Skip to content

Commit b3c84e0

Browse files
committed
Update utils.ts
1 parent cc02d1b commit b3c84e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/utils.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ export function extractActions(args: TransactArgs): AnyAction[] {
139139

140140
/**
141141
* 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.
145142
*
146143
* @param action AnyAction
147144
* @param permissionLevel PermissionLevel

0 commit comments

Comments
 (0)