updated submodule core
This commit is contained in:
parent
7b859e9d3b
commit
44a25fddbe
|
@ -1 +1 @@
|
|||
Subproject commit babcb77e70088ddd689062e1d02d8fe2c5bc3417
|
||||
Subproject commit 11c29ab2c467ea7aea0161f331dab07694ccd0ab
|
|
@ -101,7 +101,7 @@ const getDatastoreConfig = (rootConfig) => (applicationId, instanceId) =>
|
|||
));
|
||||
|
||||
const getMasterDbRootConfig = (rootConfig) => () => rootConfig.rootPath;
|
||||
const getInstanceDbRootConfig = (rootConfig) => async (applicationId, instanceId) => rootConfig.rootPath;
|
||||
const getInstanceDbRootConfig = (rootConfig) => (applicationId, instanceId) => rootConfig.rootPath;
|
||||
const getDbRootConfig = (rootConfig, applicationId, instanceId) =>
|
||||
applicationId === "master"
|
||||
? getMasterDbRootConfig(rootConfig)()
|
||||
|
|
Loading…
Reference in New Issue