Fix
This commit is contained in:
@@ -14,7 +14,7 @@ export class TRPCContextCreator extends Context.Tag("TRPCContextCreator")<TRPCCo
|
||||
export module TRPCContextCreator {
|
||||
export const Live = Layer.effect(TRPCContextCreator, Effect.gen(function*() {
|
||||
const run = yield* Effect.runtime<Services>().pipe(
|
||||
Effect.map(Runtime.runFork)
|
||||
Effect.map(Runtime.runPromise)
|
||||
)
|
||||
|
||||
return ({ req }) => ({
|
||||
|
||||
Reference in New Issue
Block a user