Skip to content

Commit f0389af

Browse files
committed
Ignore a new error in strict resource shapes v impl of AllPermissionsView
1 parent 76d83c5 commit f0389af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/authorization/policy/executor/all-permissions-view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const createAllPermissionsView = <
5353
propPerms[compatMap.backward[action]] = perm;
5454
return perm;
5555
},
56-
}),
56+
}) as any,
5757
});
5858

5959
export type AllPermissionsOfEdgeView<TAction extends string> = Record<

0 commit comments

Comments
 (0)