chore(server): implement comment (#19569)

This commit is contained in:
Julien Robert 2024-02-27 08:55:37 +01:00 committed by GitHub
parent 6cb34d827a
commit 316750cc8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
}