feat: Upgrade to @parse/push-adapter 6.4.0 (#9182)
This commit is contained in:
@@ -160,6 +160,7 @@ class ParseServer {
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
const pushController = await controllers.getPushController(this.config);
|
||||
await hooksController.load();
|
||||
const startupPromises = [];
|
||||
if (schema) {
|
||||
@@ -196,6 +197,7 @@ class ParseServer {
|
||||
new CheckRunner(security).run();
|
||||
}
|
||||
this.config.state = 'ok';
|
||||
this.config = { ...this.config, ...pushController };
|
||||
Config.put(this.config);
|
||||
return this;
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user