All glory to the linter gods.

This commit is contained in:
Lawrence Forman
2019-03-25 22:38:48 -04:00
committed by Amir Bandeali
parent f77823ee24
commit c096eae644
14 changed files with 20 additions and 56 deletions

View File

@@ -30,7 +30,8 @@ export const hashUtils = {
transaction,
verifyingContractAddress,
txOrigin,
approvalExpirationTimeSeconds)
approvalExpirationTimeSeconds,
)
.toString('hex')}`;
return hashHex;
},