diff --git a/packages/snaps-rpc-methods/src/permitted/setState.ts b/packages/snaps-rpc-methods/src/permitted/setState.ts index 94f46634f5..c65b30cca6 100644 --- a/packages/snaps-rpc-methods/src/permitted/setState.ts +++ b/packages/snaps-rpc-methods/src/permitted/setState.ts @@ -50,7 +50,6 @@ export type SetStateHooks = { /** * Get the state of the requesting Snap. * - * @param snapId - The ID of the Snap. * @param encrypted - Whether the state is encrypted. * @returns The current state of the Snap. */