updated submodule core

This commit is contained in:
michael shanks 2019-07-01 22:50:07 +01:00
parent 7b859e9d3b
commit 44a25fddbe
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit babcb77e70088ddd689062e1d02d8fe2c5bc3417
Subproject commit 11c29ab2c467ea7aea0161f331dab07694ccd0ab

View File

@ -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)()