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 @@ -316,7 +316,6 @@ export const createInfiniteQueryOptions = ({
316
316
317
317
const functionName = serviceFunctionIdentifier ( {
318
318
config : plugin . context . config ,
319
- handleIllegal : true ,
320
319
id : operation . id ,
321
320
operation,
322
321
} ) ;
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 @@ -309,7 +309,6 @@ export const queryKeyStatement = ({
309
309
// Get the function name from SDK plugin instead of using operation.id directly
310
310
const functionName = serviceFunctionIdentifier ( {
311
311
config : plugin . context . config ,
312
- handleIllegal : true ,
313
312
id : operation . id ,
314
313
operation,
315
314
} ) ;
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