Skip to content

Commit

Permalink
Update packages/examples/packages/settings-page/src/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Bolding <[email protected]>
  • Loading branch information
GuillaumeRx and FrederikBolding authored Dec 16, 2024
1 parent 6aa24f8 commit fe7f401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/examples/packages/settings-page/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type SnapState = {
* @returns The JSON-RPC response.
* @see https://docs.metamask.io/snaps/reference/exports/#onrpcrequest
* @see https://docs.metamask.io/snaps/reference/rpc-api/#wallet_invokesnap
* @see https://docs.metamask.io/snaps/reference/rpc-api/#snap_notify
* @see https://docs.metamask.io/snaps/reference/snaps-api/#snap_managestate
*/
export const onRpcRequest: OnRpcRequestHandler = async ({ request }) => {
switch (request.method) {
Expand Down

0 comments on commit fe7f401

Please sign in to comment.