call dagstore start
This commit is contained in:
@@ -631,8 +631,7 @@ func DagStoreWrapper(
|
||||
|
||||
lc.Append(fx.Hook{
|
||||
OnStart: func(ctx context.Context) error {
|
||||
dsw.Start(ctx)
|
||||
return nil
|
||||
return dsw.Start(ctx)
|
||||
},
|
||||
OnStop: func(context.Context) error {
|
||||
return dsw.Close()
|
||||
|
||||
Reference in New Issue
Block a user