Skip to content

Commit

Permalink
chore(server): implement comment (#19569)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Feb 27, 2024
1 parent 6cb34d8 commit 316750c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func startStandAlone[T types.Application](svrCtx *Context, svrCfg serverconfig.C
return err
}

if opts.PostSetup != nil {
if opts.PostSetupStandalone != nil {
if err := opts.PostSetupStandalone(app, svrCtx, clientCtx, ctx, g); err != nil {
return err
}
Expand Down

0 comments on commit 316750c

Please sign in to comment.