Skip to content

Commit

Permalink
fix: Boolean function generic param count
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmenzel committed Oct 10, 2024
1 parent af98954 commit ce464b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/awst_build/eb/boolean-expression-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class BooleanFunctionBuilder extends FunctionBuilder {
} = parseFunctionArgs({
args,
typeArgs,
genericTypeArgs: 0,
genericTypeArgs: 1,
callLocation: sourceLocation,
funcName: 'Boolean',
argSpec: (a) => [a.optional()],
Expand Down

0 comments on commit ce464b4

Please sign in to comment.