Skip to content

Commit

Permalink
re-enables job hook conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Nov 22, 2024
1 parent 79ee55c commit 1f6de98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/internal/cmds/mgmt/serve/connect/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,9 @@ func serve(ctx context.Context) error {
)

jobhookOpts := []jobhooks.Option{}
// if getIsNeosyncCloud() || eelicense.IsValid() {
jobhookOpts = append(jobhookOpts, jobhooks.WithEnabled())
// }
if getIsNeosyncCloud() || eelicense.IsValid() {
jobhookOpts = append(jobhookOpts, jobhooks.WithEnabled())
}

jobhookService := jobhooks.New(
db,
Expand Down

0 comments on commit 1f6de98

Please sign in to comment.