From f232da463022517e1ca120998f7e767575de8cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Thu, 5 Sep 2024 06:11:50 +0200 Subject: [PATCH] Fix --- src/Layers/trpc/TRPCContextCreator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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