diff --git a/src/Layers/trpc/TRPCContextCreator.ts b/src/Layers/trpc/TRPCContextCreator.ts index 06278f8..5115929 100644 --- a/src/Layers/trpc/TRPCContextCreator.ts +++ b/src/Layers/trpc/TRPCContextCreator.ts @@ -10,7 +10,7 @@ export { TRPCContextTransactionEnum } from "./TRPCContext" export type { TRPCContext, TRPCContextTransaction } from "./TRPCContext" -export const makeService = () => { +export const make = () => { class TRPCContextCreator extends Context.Tag("TRPCContextCreator") TRPCContext readonly createExpressContext: (context: CreateExpressContextOptions) => TRPCContext