Eslint fix
This commit is contained in:
parent
ade3010260
commit
4decf9a323
|
@ -41,7 +41,7 @@ const createTransaction = (
|
||||||
} else {
|
} else {
|
||||||
tx = await getApprovalTransaction(safeInstance, to, valueInWei, txData, CALL, nonce, from)
|
tx = await getApprovalTransaction(safeInstance, to, valueInWei, txData, CALL, nonce, from)
|
||||||
}
|
}
|
||||||
|
|
||||||
const sendParams = {
|
const sendParams = {
|
||||||
from,
|
from,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue