Eslint fix

This commit is contained in:
mmv 2019-09-26 16:59:14 +04:00
parent ade3010260
commit 4decf9a323
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const createTransaction = (
} else {
tx = await getApprovalTransaction(safeInstance, to, valueInWei, txData, CALL, nonce, from)
}
const sendParams = {
from,
}