Skip to content

Commit

Permalink
fix failing linter
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene committed Jan 21, 2025
1 parent 5df52f8 commit 64684db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/re/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ func main() {

// Start scheduler
g.Go(func() error {
svc.StartScheduler(ctx)
return nil
err = svc.StartScheduler(ctx)
return err
})

// Start all servers
Expand Down

0 comments on commit 64684db

Please sign in to comment.