Skip to content

Commit 90c196a

Browse files
committed
Fix missing return for Result proxy (#4681).
1 parent 5b8781d commit 90c196a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src.ts/abi/coders/abstract-coder.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ export class Result extends Array<any> {
168168
}
169169
});
170170
setNames(proxy, getNames(this));
171+
return proxy;
171172
}
172173

173174
/**

0 commit comments

Comments
 (0)