mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
fix: unable to sync directories to work nodes
This commit is contained in:
@@ -193,10 +193,7 @@ func NewNodeServer() (res *NodeServer, err error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
svr.cfgSvc, err = nodeconfig.NewNodeConfigService()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
svr.cfgSvc = nodeconfig.GetNodeConfigService()
|
||||
|
||||
return svr, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user