We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3eebcd + 62a8156 commit eba0b96Copy full SHA for eba0b96
templates/cli/lib/commands/deploy.js.twig
@@ -505,7 +505,7 @@ const deployCollection = async ({ all } = {}) => {
505
collectionId: collection['$id'],
506
name: collection.name,
507
documentSecurity: collection.documentSecurity,
508
- '$permissions': collection['$permissions'],
+ permissions: collection['$permissions'],
509
parseOutput: false
510
})
511
0 commit comments