Skip to content

Commit

Permalink
fix: ignore error explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 19, 2022
1 parent 24eddfb commit 772d596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/daemon/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,9 @@ func bgTasks(d driver.Registry, cmd *cobra.Command, args []string, slOpts *servi
ctx := modifiers.ctx

if d.Config().IsBackgroundCourierEnabled(ctx) {
go courier.Watch(ctx, d)
return courier.Watch(ctx, d)
}

return nil
}

Expand Down

0 comments on commit 772d596

Please sign in to comment.