Fix wrapper function: Reimbursement.getData()
This commit is contained in:
@@ -16,7 +16,7 @@ class Reimbursement extends Record {
|
||||
}
|
||||
|
||||
getData (id) {
|
||||
return this.contract.getReimbursement(id);
|
||||
return this.contract.get(id);
|
||||
}
|
||||
|
||||
async add (attrs, callOptions = {}) {
|
||||
|
||||
Reference in New Issue
Block a user