use const for not reassigned variable
This commit is contained in:
parent
687f87f43b
commit
9b4a95f375
@ -36,7 +36,7 @@ class Reimbursement extends Record {
|
||||
return this.ipfs
|
||||
.add(jsonStr)
|
||||
.then(ipfsHashAttr => {
|
||||
let reimbursement = [
|
||||
const reimbursement = [
|
||||
amount,
|
||||
token,
|
||||
recipient,
|
||||
|
Loading…
x
Reference in New Issue
Block a user