Skip to content

Commit cee03bf

Browse files
fix: type errors
1 parent 608fbdf commit cee03bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/context/MockIdeMessenger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const DEFAULT_MOCK_CORE_RESPONSES: MockResponses = {
125125
},
126126
},
127127
],
128-
listBackgroundAgents: [],
128+
listBackgroundAgents: { agents: [], totalCount: 0 },
129129
};
130130

131131
const DEFAULT_MOCK_CORE_RESPONSE_HANDLERS: MockResponseHandlers = {

0 commit comments

Comments
 (0)