whoopsie
This commit is contained in:
parent
26348b896d
commit
90606df040
1 changed files with 0 additions and 2 deletions
|
@ -17,7 +17,6 @@
|
|||
import { type CreateNextContextOptions } from "@trpc/server/adapters/next";
|
||||
import { type Session } from "next-auth";
|
||||
|
||||
import { Redis } from "@upstash/redis";
|
||||
import { getServerAuthSession } from "~/server/auth";
|
||||
import { prisma } from "~/server/db";
|
||||
|
||||
|
@ -66,7 +65,6 @@ export const createTRPCContext = async (opts: CreateNextContextOptions) => {
|
|||
*/
|
||||
import { initTRPC, TRPCError } from "@trpc/server";
|
||||
import superjson from "superjson";
|
||||
import { env } from "~/env.mjs";
|
||||
|
||||
const t = initTRPC.context<typeof createTRPCContext>().create({
|
||||
transformer: superjson,
|
||||
|
|
Loading…
Add table
Reference in a new issue