Skip to content

Commit

Permalink
Destructure object
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed May 2, 2024
1 parent 592d7e8 commit 5bbc93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const calculateSafeTransactionHash = (
domain: { verifyingContract: getAddress(safe.address), chainId },
types: EIP712_SAFE_TX_TYPE,
primaryType: 'SafeTx',
message: { safeTx },
message: { ...safeTx },
});
};

Expand Down

0 comments on commit 5bbc93b

Please sign in to comment.