Skip to content

Commit 6d9c609

Browse files
committed
Remove unnecessary initialiser
1 parent ce2363b commit 6d9c609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snaps-rpc-methods/src/restricted/manageState.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ type GetEncryptionKeyArgs = {
133133
export async function getEncryptionEntropy({
134134
mnemonicPhrase,
135135
snapId,
136-
cryptographicFunctions = {},
136+
cryptographicFunctions,
137137
}: GetEncryptionKeyArgs) {
138138
return await deriveEntropy({
139139
mnemonicPhrase,

0 commit comments

Comments
 (0)