Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
fix: use params in InvokeSnap method (#334)
Browse files Browse the repository at this point in the history
Fixes #333
  • Loading branch information
KillianH committed May 31, 2023
1 parent 3ad1b56 commit 509e22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/snap/invokeSnap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export async function invokeSnap<
params: {
request: {
method: opts.method,
params: opts.params,
},
snapId: opts.snapId,
},
Expand Down

0 comments on commit 509e22b

Please sign in to comment.