Skip to content

Commit c1dcd98

Browse files
committed
syntax fix
1 parent 101f6b9 commit c1dcd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ function createApp() {
653653
console.log(`\x1b[36mℹ Received response from backend\x1b[0m`);
654654

655655
// Process the response data directly - iterate over each file
656-
const responseData = backendResponse.response,.coding_agent_output;
656+
const responseData = backendResponse.response.coding_agent_output;
657657
const results = [];
658658

659659
for (const fileData of responseData) {

0 commit comments

Comments
 (0)