fix eslint

This commit is contained in:
Roman Storm 2019-12-12 11:05:49 -08:00
parent 08a55d6dd7
commit e614de81da

@ -49,7 +49,7 @@ async function relayController(req, resp) {
toBN(args[4]),
toBN(args[5])
]
console.log('fee, refund', fee.toString(), refund.toString())
console.log('fee, refund', fee.toString(), refund.toString(), recipient)
if (currency === 'eth' && !refund.isZero()) {
return resp.status(400).json({ error: 'Cannot send refund for eth currency.' })
}