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.
1 parent cc02d1b commit b3c84e0Copy full SHA for b3c84e0
src/utils.ts
@@ -139,9 +139,6 @@ export function extractActions(args: TransactArgs): AnyAction[] {
139
140
/**
141
* Check if an action has an authorization matching a given permission level.
142
- * Also matches PlaceholderAuth (actor: '............1', permission: '............2')
143
- * because willUseSessionKey() is called before placeholders are resolved,
144
- * and we need to detect if the action would match after resolution.
145
*
146
* @param action AnyAction
147
* @param permissionLevel PermissionLevel
0 commit comments