Skip to content

Commit

Permalink
0.0.573
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 25, 2024
1 parent 10557a2 commit 8859e3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions migrations/1655979260869-sync-handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -708,9 +708,9 @@ const deepFabric = /*javascript*/`(ownerId, hasura_session) => {
return !!result?.data?.length;
}
};
if (deep.can(deep.linkId, deep.linkId, deep.id('@deep-foundation/unsafe', 'AllowUnsafe'))) {
// if (deep.can(deep.linkId, deep.linkId, deep.id('@deep-foundation/unsafe', 'AllowUnsafe'))) {
deep.unsafe = unsafe;
}
// }
return deep;
}`;

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.572",
"version": "0.0.573",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit 8859e3a

Please sign in to comment.