Skip to content

Commit

Permalink
Remove unnecessary initialiser
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Nov 28, 2024
1 parent ce2363b commit 6d9c609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snaps-rpc-methods/src/restricted/manageState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ type GetEncryptionKeyArgs = {
export async function getEncryptionEntropy({
mnemonicPhrase,
snapId,
cryptographicFunctions = {},
cryptographicFunctions,
}: GetEncryptionKeyArgs) {
return await deriveEntropy({
mnemonicPhrase,
Expand Down

0 comments on commit 6d9c609

Please sign in to comment.