Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Lucas committed Nov 28, 2024
1 parent 211ed05 commit 10420a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-query/src/queryClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class QueryClient extends QC {
): Array<[QueryKey, TData | undefined]> {
return super.getQueriesData(cloneDeepUnref(filters))
}
//

setQueryData<
TQueryFnData,
TTaggedQueryKey extends QueryKey,
Expand Down

0 comments on commit 10420a4

Please sign in to comment.