chore: generate
This commit is contained in:
parent
fa73ec4fa6
commit
710ed7cb33
1 changed files with 1 additions and 6 deletions
|
|
@ -48,12 +48,7 @@ function authFile() {
|
||||||
|
|
||||||
function authService(layer: Layer.Layer<AppFileSystem.Service>) {
|
function authService(layer: Layer.Layer<AppFileSystem.Service>) {
|
||||||
return McpAuth.Service.use((auth) => Effect.succeed(auth)).pipe(
|
return McpAuth.Service.use((auth) => Effect.succeed(auth)).pipe(
|
||||||
Effect.provide(
|
Effect.provide(McpAuth.layer.pipe(Layer.provide(EffectFlock.defaultLayer), Layer.provide(layer))),
|
||||||
McpAuth.layer.pipe(
|
|
||||||
Layer.provide(EffectFlock.defaultLayer),
|
|
||||||
Layer.provide(layer),
|
|
||||||
),
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue