Skip to content

Commit c73351c

Browse files
committed
refactor(query): remove handleIllegal from serviceFunctionIdentifier
1 parent d5de442 commit c73351c

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
@@ -315,7 +315,6 @@ export const createInfiniteQueryOptions = ({
315315

316316
const functionName = serviceFunctionIdentifier({
317317
config: plugin.context.config,
318-
handleIllegal: true,
319318
id: operation.id,
320319
operation,
321320
});

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
@@ -311,7 +311,6 @@ export const queryKeyStatement = ({
311311
// Get the function name from SDK plugin instead of using operation.id directly
312312
const functionName = serviceFunctionIdentifier({
313313
config: plugin.context.config,
314-
handleIllegal: true,
315314
id: operation.id,
316315
operation,
317316
});

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)