Skip to content

Commit

Permalink
0.0.547
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 19, 2024
1 parent 0c7684d commit 22ce7c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions migrations/1622421760260-permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ export const linksPermissions = async (self, subjectId: any = 'X-Hasura-User-Id'
// type: {},
// _or: [
// {
// type: {
type: {
can_object: {
action_id: { _eq: deep.idLocal('@deep-foundation/core', 'AllowInsert') },
subject_id: { _eq: subjectId },
},
// },
},
// },
// ]
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/deeplinks",
"version": "0.0.546",
"version": "0.0.547",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit 22ce7c6

Please sign in to comment.