fix: pass context.Background()
This commit is contained in:
parent
86dc8c8b9a
commit
89c03f9cee
|
@ -34,7 +34,7 @@ func BuildProtocols(cm *config.Manager) fx.Option {
|
|||
return err
|
||||
}
|
||||
|
||||
err = protocol.Init()
|
||||
err = protocol.Init(context.Background())
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue