use const for not reassigned variable

This commit is contained in:
bumi 2020-05-30 14:02:50 +02:00
parent 687f87f43b
commit 9b4a95f375

View File

@ -36,7 +36,7 @@ class Reimbursement extends Record {
return this.ipfs return this.ipfs
.add(jsonStr) .add(jsonStr)
.then(ipfsHashAttr => { .then(ipfsHashAttr => {
let reimbursement = [ const reimbursement = [
amount, amount,
token, token,
recipient, recipient,