Skip to content

Commit 72a77e5

Browse files
committed
refactor(query): remove handleIllegal from serviceFunctionIdentifier
1 parent c619209 commit 72a77e5

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

packages/openapi-ts/src/plugins/@tanstack/query-core/infiniteQueryOptions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ export const createInfiniteQueryOptions = ({
316316

317317
const functionName = serviceFunctionIdentifier({
318318
config: plugin.context.config,
319-
handleIllegal: true,
320319
id: operation.id,
321320
operation,
322321
});

packages/openapi-ts/src/plugins/@tanstack/query-core/mutationOptions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ export const createMutationOptions = ({
105105
// Get the function name from SDK plugin instead of using operation.id directly
106106
const functionName = serviceFunctionIdentifier({
107107
config: plugin.context.config,
108-
handleIllegal: true,
109108
id: operation.id,
110109
operation,
111110
});

packages/openapi-ts/src/plugins/@tanstack/query-core/queryKey.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ export const queryKeyStatement = ({
309309
// Get the function name from SDK plugin instead of using operation.id directly
310310
const functionName = serviceFunctionIdentifier({
311311
config: plugin.context.config,
312-
handleIllegal: true,
313312
id: operation.id,
314313
operation,
315314
});

packages/openapi-ts/src/plugins/@tanstack/query-core/queryOptions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export const createQueryOptions = ({
7272
// Get the function name from SDK plugin instead of using operation.id directly
7373
const functionName = serviceFunctionIdentifier({
7474
config: plugin.context.config,
75-
handleIllegal: true,
7675
id: operation.id,
7776
operation,
7877
});

0 commit comments

Comments
 (0)