Skip to content

Commit

Permalink
Just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Jan 5, 2025
1 parent 9479ce3 commit 710b034
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/step_ProcessTags.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ func (step StepProcessTags) Post(builder Builder, buffer io.Writer) PipelineBeha
streamService.CalculateTags(stream, step.Paths...)
return Continue()

case Stream:
stream := typed._stream
streamService := builder.factory().Stream()
streamService.CalculateTags(stream, step.Paths...)
return Continue()

case Outbox:
user := typed._user
userService := builder.factory().User()
Expand Down

0 comments on commit 710b034

Please sign in to comment.