Skip to content

Commit 2b37e37

Browse files
committed
fix: remove extra closing brace in AgentView.tsx causing build failure
1 parent 42c574a commit 2b37e37

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/electron/src/renderer/components/agent/AgentView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ function createUserSDKMessage(text: string, uuid?: string, createdAt = Date.now(
147147
function resolveRunContextWindow(modelId: string | undefined, previous: number | undefined): number | undefined {
148148
return inferContextWindow(modelId) ?? previous
149149
}
150-
}
151150

152151
interface SDKMessageRecord {
153152
type?: string

0 commit comments

Comments
 (0)