fix: Exclude 'core-store.plugin_upload_metrics' by default

pull/67/head
Boaz Poolman 2022-08-08 22:48:48 +02:00
parent daf073e418
commit 4d44e03a18
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ module.exports = {
excludedTypes: [],
excludedConfig: [
"core-store.plugin_users-permissions_grant",
"core-store.plugin_upload_metrics",
],
},
validator() {},