Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
owl352 committed Oct 3, 2024
1 parent a8d2488 commit f959ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/models/Transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = class Transaction {
}
} catch (e) {
console.error(e)
decodedError = "Cannot deserialize"
decodedError = 'Cannot deserialize'
}

return new Transaction(tx_hash, index, block_hash, block_height, type, data, timestamp, parseInt(gas_used), status, decodedError ?? error)
Expand Down

0 comments on commit f959ec0

Please sign in to comment.