Skip to content

Commit

Permalink
Fix missing return for Result proxy (#4681).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jun 4, 2024
1 parent 5b8781d commit 90c196a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src.ts/abi/coders/abstract-coder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export class Result extends Array<any> {
}
});
setNames(proxy, getNames(this));
return proxy;
}

/**
Expand Down

0 comments on commit 90c196a

Please sign in to comment.