File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
packages/openapi-ts/src/plugins/@tanstack/query-core Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,6 @@ export const createInfiniteQueryOptions = ({
315
315
316
316
const functionName = serviceFunctionIdentifier ( {
317
317
config : plugin . context . config ,
318
- handleIllegal : true ,
319
318
id : operation . id ,
320
319
operation,
321
320
} ) ;
Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ export const createMutationOptions = ({
105
105
// Get the function name from SDK plugin instead of using operation.id directly
106
106
const functionName = serviceFunctionIdentifier ( {
107
107
config : plugin . context . config ,
108
- handleIllegal : true ,
109
108
id : operation . id ,
110
109
operation,
111
110
} ) ;
Original file line number Diff line number Diff line change @@ -311,7 +311,6 @@ export const queryKeyStatement = ({
311
311
// Get the function name from SDK plugin instead of using operation.id directly
312
312
const functionName = serviceFunctionIdentifier ( {
313
313
config : plugin . context . config ,
314
- handleIllegal : true ,
315
314
id : operation . id ,
316
315
operation,
317
316
} ) ;
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ export const createQueryOptions = ({
72
72
// Get the function name from SDK plugin instead of using operation.id directly
73
73
const functionName = serviceFunctionIdentifier ( {
74
74
config : plugin . context . config ,
75
- handleIllegal : true ,
76
75
id : operation . id ,
77
76
operation,
78
77
} ) ;
You can’t perform that action at this time.
0 commit comments