Skip to content

Commit a655ecf

Browse files
Remove stray blank line in Claude adapter
1 parent c4cd475 commit a655ecf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/server/src/provider/Layers/ClaudeAdapter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2384,7 +2384,6 @@ const makeClaudeAdapter = Effect.fn("makeClaudeAdapter")(function* (
23842384
const runFork = Effect.runForkWith(services);
23852385
const runPromise = Effect.runPromiseWith(services);
23862386

2387-
23882387
const promptQueue = yield* Queue.unbounded<PromptQueueItem>();
23892388
const prompt = Stream.fromQueue(promptQueue).pipe(
23902389
Stream.filter((item) => item.type === "message"),

0 commit comments

Comments
 (0)