refactor: remove remaining default layer aliases (#34660)
This commit is contained in:
parent
3af9f64265
commit
6636683323
6 changed files with 8 additions and 10 deletions
|
|
@ -380,6 +380,6 @@ export const layer: Layer.Layer<Service, never, HttpClient.HttpClient> = Layer.e
|
|||
}),
|
||||
)
|
||||
|
||||
export const defaultLayer = layer.pipe(Layer.provide(FetchHttpClient.layer))
|
||||
export const fetchLayer = layer.pipe(Layer.provide(FetchHttpClient.layer))
|
||||
|
||||
export * as RequestExecutor from "./executor"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue