chore(server): implement comment (#19569)

This commit is contained in:
Julien Robert
2024-02-27 07:55:37 +00:00
committed by GitHub
parent 6cb34d827a
commit 316750cc8c
+1 -1
View File
@@ -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
}