Skip to content

Commit

Permalink
Update packages/multichain/src/handlers/wallet-revokeSession.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Elliot Winkler <[email protected]>
  • Loading branch information
jiexi and mcmire authored Dec 17, 2024
1 parent a3e9d8f commit 7f11b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/multichain/src/handlers/wallet-revokeSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Caip25EndowmentPermissionName } from '../caip25Permission';
*
* @param request - The JSON-RPC request object.
* @param response - The JSON-RPC response object.
* @param _next - The next middleware function.
* @param _next - The next middleware function. Unused.
* @param end - The end callback function.
* @param hooks - The hooks object.
* @param hooks.revokePermission - The hook for revoking a permission for an origin function.
Expand Down

0 comments on commit 7f11b8a

Please sign in to comment.