chore(server): implement comment (#19569)
This commit is contained in:
parent
6cb34d827a
commit
316750cc8c
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user