We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b43958 commit 73d7e49Copy full SHA for 73d7e49
1 file changed
src/utils/trpc.ts
@@ -88,7 +88,7 @@ export const trpc = createTRPCNext<AppRouter, SSRContext>({
88
}),
89
],
90
/**
91
- * @link https://tanstack.com/query/v5/docs/react/reference/QueryClient
+ * @link https://tanstack.com/query/v5/docs/reference/QueryClient
92
*/
93
// queryClientConfig: { defaultOptions: { queries: { staleTime: 60 } } },
94
};
0 commit comments