Skip to content

Commit

Permalink
fix: addressed antons feedback
Browse files Browse the repository at this point in the history
Signed-off-by: isubasinghe <[email protected]>
  • Loading branch information
isubasinghe committed Sep 16, 2024
1 parent 46ec37f commit c02b828
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflow/cron/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ func evalWhen(cron *v1alpha1.CronWorkflow) (bool, error) {

labelsStr, err := json.Marshal(&cron.Labels)
if err != nil {
// We shouldn't hit this
return false, err
}

Expand Down

0 comments on commit c02b828

Please sign in to comment.