Skip to content

Commit a7cb6bd

Browse files
committed
mv restoring the limit in Integration.
1 parent 258511a commit a7cb6bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

express-zod-api/src/integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ export class Integration extends IntegrationBase {
164164
this.makeRequestType(),
165165
);
166166

167+
combinations.limit = prevLimit; // restore
167168
if (variant === "types") return;
168169

169170
this.#program.push(
@@ -180,7 +181,6 @@ export class Integration extends IntegrationBase {
180181
this.#usage.push(
181182
...this.makeUsageStatements(clientClassName, subscriptionClassName),
182183
);
183-
combinations.limit = prevLimit; // restore
184184
}
185185

186186
public static async create(params: Omit<IntegrationParams, "typescript">) {

0 commit comments

Comments
 (0)