File tree Expand file tree Collapse file tree
packages/plugins/typescript Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,10 +135,7 @@ export abstract class FetcherRenderer {
135135 >(${ argumentsResult } ) => {
136136 ${ implHookOuter }
137137 return ${ query . getHook ( ) } <${ operationResultType } , TError, TData>(
138- ${ this . generateQueryFormattedParameters (
139- this . generateQueryKey ( config ) ,
140- implFetcher ,
141- ) }
138+ ${ this . generateQueryFormattedParameters ( this . generateQueryKey ( config ) , implFetcher ) }
142139 )};` ;
143140 } ;
144141
Original file line number Diff line number Diff line change @@ -125,10 +125,7 @@ export abstract class FetcherRenderer {
125125 >(${ argumentsResult } ) => {
126126 ${ implHookOuter }
127127 return ${ query . getHook ( ) } <${ operationResultType } , TError, TData>(
128- ${ this . generateQueryFormattedParameters (
129- this . generateQueryKey ( config ) ,
130- implFetcher ,
131- ) }
128+ ${ this . generateQueryFormattedParameters ( this . generateQueryKey ( config ) , implFetcher ) }
132129 )};` ;
133130 } ;
134131
You can’t perform that action at this time.
0 commit comments