chore: generate
This commit is contained in:
parent
b4fc5ef071
commit
6039b894c5
4 changed files with 28 additions and 8 deletions
|
|
@ -102,7 +102,9 @@ export const recordingLayer = (
|
|||
}
|
||||
yield* cassetteService
|
||||
.append(name, interaction, options.metadata)
|
||||
.pipe(Effect.catchTag("UnsafeCassetteError", (error) => Effect.fail(transportError(request, error.message))))
|
||||
.pipe(
|
||||
Effect.catchTag("UnsafeCassetteError", (error) => Effect.fail(transportError(request, error.message))),
|
||||
)
|
||||
return HttpClientResponse.fromWeb(
|
||||
request,
|
||||
new Response(decodeResponseBody(interaction.response), interaction.response),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue