Skip to content

Commit

Permalink
fix: Update methodSelector arg parsing to match updated stub
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmenzel committed Feb 21, 2025
1 parent 3b73d1e commit 099eb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/awst_build/eb/arc4/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export class MethodSelectorFunctionBuilder extends FunctionBuilder {
} = parseFunctionArgs({
args,
typeArgs,
genericTypeArgs: 4,
genericTypeArgs: 0,
callLocation: sourceLocation,
funcName: this.typeDescription,
argSpec: (a) => [a.passthrough()],
Expand Down

0 comments on commit 099eb43

Please sign in to comment.