Compare commits
2 Commits
43d9bc0a07
...
7eceea5d57
| Author | SHA1 | Date | |
|---|---|---|---|
| 7eceea5d57 | |||
|
|
089ffd42fe |
@ -16,7 +16,7 @@ class Reimbursement extends Record {
|
||||
}
|
||||
|
||||
getData (id) {
|
||||
return this.contract.getReimbursement(id);
|
||||
return this.contract.get(id);
|
||||
}
|
||||
|
||||
async add (attrs, callOptions = {}) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user