chore: generate

This commit is contained in:
opencode-agent[bot] 2026-05-10 16:06:18 +00:00
commit 1c9a2eb239
2 changed files with 2 additions and 8 deletions

View file

@ -116,10 +116,7 @@ export const recordingLayer = (
const incoming = yield* snapshotRequest(request)
const interactions = yield* replay.load.pipe(
Effect.mapError(() =>
transportError(
request,
`Fixture "${name}" not found. Run locally to record it (CI=true forces replay).`,
),
transportError(request, `Fixture "${name}" not found. Run locally to record it (CI=true forces replay).`),
),
)
const result = sequential