Skip to content

Commit

Permalink
Fix constraints on id of rest const (#2346)
Browse files Browse the repository at this point in the history
missed this one somehow in #2303
  • Loading branch information
RobinTail authored Jan 28, 2025
1 parent 4a38608 commit c97513f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export abstract class IntegrationBase {
f.createExpressionStatement(
f.createDeleteExpression(
f.createElementAccessExpression(
f.createIdentifier("rest"),
this.ids.restConst,
this.ids.keyParameter,
),
),
Expand Down

0 comments on commit c97513f

Please sign in to comment.