Skip to content

Commit 1970102

Browse files
Remove redundant threadId conditional spread in session construction
Co-authored-by: Julius Marminge <juliusmarminge@users.noreply.github.com>
1 parent 3af67f5 commit 1970102

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,6 @@ function makeClaudeCodeAdapter(options?: ClaudeCodeAdapterLiveOptions) {
15841584
runtimeMode: input.runtimeMode,
15851585
...(input.cwd ? { cwd: input.cwd } : {}),
15861586
...(input.model ? { model: input.model } : {}),
1587-
...(threadId ? { threadId } : {}),
15881587
resumeCursor: {
15891588
...(threadId ? { threadId } : {}),
15901589
...(resumeState?.resume ? { resume: resumeState.resume } : {}),

0 commit comments

Comments
 (0)