fix(xo-server/importConfig): fix this._app.clean is not a function
Fixes #5836
This commit is contained in:
parent
096f443b56
commit
138a3673ce
@ -77,6 +77,6 @@ export default class ConfigManagement {
|
|||||||
await manager.importer(data)
|
await manager.importer(data)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
await this._app.clean()
|
await this._app.hooks.clean()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user