Fix wrapper function: Reimbursement.getData() #237
@ -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