Skip to content

Commit

Permalink
rm todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Sep 14, 2023
1 parent 4455814 commit a1b6165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/installers/trpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit a1b6165

Please sign in to comment.