provide configuration for the extension on runtime
This commit is contained in:
@@ -129,7 +129,7 @@ func Server(cfg *config.Config) cli.Command {
|
||||
defer cancel()
|
||||
|
||||
for _, fn := range register.Handlers {
|
||||
fn(ctx, cancel, gr, cfg)
|
||||
fn(ctx, cancel, &gr, cfg)
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user