We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258511a commit a7cb6bdCopy full SHA for a7cb6bd
1 file changed
express-zod-api/src/integration.ts
@@ -164,6 +164,7 @@ export class Integration extends IntegrationBase {
164
this.makeRequestType(),
165
);
166
167
+ combinations.limit = prevLimit; // restore
168
if (variant === "types") return;
169
170
this.#program.push(
@@ -180,7 +181,6 @@ export class Integration extends IntegrationBase {
180
181
this.#usage.push(
182
...this.makeUsageStatements(clientClassName, subscriptionClassName),
183
- combinations.limit = prevLimit; // restore
184
}
185
186
public static async create(params: Omit<IntegrationParams, "typescript">) {
0 commit comments