Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeschuurmans committed Aug 12, 2024
1 parent 9e8d0dd commit 2948fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/flipflop/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ func (cth *ConditionTaskHandler) Run(ctx context.Context) error {
)
defer span.End()

cth.startTS = time.Now()
cth.logger.Info("running condition action")

err := cth.publishActive(ctx, "running condition action")
Expand Down

0 comments on commit 2948fec

Please sign in to comment.