Skip to content

Commit 62a8156

Browse files
authored
Fix missing permissions after deploy
1 parent d3eebcd commit 62a8156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/commands/deploy.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ const deployCollection = async ({ all } = {}) => {
505505
collectionId: collection['$id'],
506506
name: collection.name,
507507
documentSecurity: collection.documentSecurity,
508-
'$permissions': collection['$permissions'],
508+
permissions: collection['$permissions'],
509509
parseOutput: false
510510
})
511511

0 commit comments

Comments
 (0)