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