Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brentongunning committed Dec 21, 2023
2 parents d5aa5b6 + da52928 commit 4816e7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/compiler/src/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ function jigToRemoteClass(code: CodeNode<ClassDeclaration>): void {
function jigToBindingFunctions(ex: ExportEdge): void {
const abiNode = ex.code.abiNode as ClassNode
const ts = abiNode.methods
.filter(n => n.kind! <= MethodKind.PUBLIC)
.reduce((acc: string[], n: MethodNode): string[] => {
acc.push(writeJigBinding(n, abiNode))
return acc
Expand Down

0 comments on commit 4816e7b

Please sign in to comment.