Fix
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2024-09-07 04:54:23 +02:00
parent 9a4d62c89a
commit aa12c67a4e

View File

@@ -46,8 +46,6 @@ const ServerLive = Layer.empty.pipe(
)
await Effect.gen(function*() {
// yield* TRPCRouter
return yield* Layer.launch(ServerLive)
}).pipe(
Effect.provide(ServicesLive),