Merge pull request #5034 from lunarway/feature/catalog-mode

Add readonly mode to catalog-backend
This commit is contained in:
Ben Lambert
2021-03-26 15:13:56 +01:00
committed by GitHub
9 changed files with 231 additions and 3 deletions
+1
View File
@@ -45,5 +45,6 @@ export default async function createPlugin(
higherOrderOperation,
locationAnalyzer,
logger: env.logger,
config: env.config,
});
}