Skip to content

Commit

Permalink
fix: async update
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid committed May 3, 2024
1 parent c8ddee8 commit 92cf9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bond.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ export class BondContract extends Contract {
* @param compensation_ids compensation ids to query
*
*/
viewAddressRefunds(
async viewAddressRefunds(
address: IAddress,
compensation_ids: number[]
): Promise<Refund[]> {
Expand Down

0 comments on commit 92cf9c3

Please sign in to comment.