Add Reimbursement app #198

Merged
bumi merged 21 commits from feature/expenses into master 2021-06-02 12:25:34 +00:00
Showing only changes of commit 9b4a95f375 - Show all commits

View File

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