chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-11 02:20:38 +00:00
parent 20bf18ffb4
commit ff967e582c

View File

@ -34,12 +34,9 @@ const json = (req: Parameters<typeof HttpClientResponse.fromWeb>[0], body: unkno
const none = HttpClient.make(() => Effect.die("unexpected http call"))
function requestLayer(client: HttpClient.HttpClient) {
return LayerNode.buildLayer(
LayerNode.group([ShareNext.node, AccountRepo.node]),
{
replacements: [LayerNode.replace(httpClient, Layer.succeed(HttpClient.HttpClient, client))],
},
)
return LayerNode.buildLayer(LayerNode.group([ShareNext.node, AccountRepo.node]), {
replacements: [LayerNode.replace(httpClient, Layer.succeed(HttpClient.HttpClient, client))],
})
}
function integrationLayer(client: HttpClient.HttpClient) {