eslint fix

This commit is contained in:
Mikhail Mikheev 2019-08-29 15:27:14 +04:00
parent 8eab1898f4
commit 9842fde98c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export const buildTransactionFrom = async (
const isTokenTransfer = await isAddressAToken(tx.to)
let executionTxHash
const executionTx = confirmations.find(conf => conf.type === TX_TYPE_EXECUTION)
const executionTx = confirmations.find((conf) => conf.type === TX_TYPE_EXECUTION)
if (executionTx) {
executionTxHash = executionTx.hash