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
|
return this.ipfs
|
||||||
.add(jsonStr)
|
.add(jsonStr)
|
||||||
.then(ipfsHashAttr => {
|
.then(ipfsHashAttr => {
|
||||||
let reimbursement = [
|
const reimbursement = [
|
||||||
amount,
|
amount,
|
||||||
token,
|
token,
|
||||||
recipient,
|
recipient,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user