From a1b616522043dcfc128e7796966be151d555295a Mon Sep 17 00:00:00 2001 From: juliusmarminge Date: Thu, 14 Sep 2023 19:22:44 +0200 Subject: [PATCH] rm todo comment --- cli/src/installers/trpc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/installers/trpc.ts b/cli/src/installers/trpc.ts index 93ec3cf31c..b70c74bd6a 100644 --- a/cli/src/installers/trpc.ts +++ b/cli/src/installers/trpc.ts @@ -18,7 +18,7 @@ export const trpcInstaller: Installer = ({ "@trpc/server", "@trpc/client", "@trpc/next", - "@trpc/react-query", // TODO: remove for appRouter when peerDep is resolved in trpc + "@trpc/react-query", ], devMode: false, });