Skip to content

Commit 9550513

Browse files
committed
Update input-capture.service.ts
1 parent 055aed9 commit 9550513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bytebot-agent/src/agent/input-capture.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class InputCaptureService {
4747
return;
4848
}
4949

50-
this.socket = io(baseUrl, { transports: ['websocket'], secure: true });
50+
this.socket = io(baseUrl, { transports: ['websocket'] });
5151

5252
this.socket.on('connect', () => {
5353
this.logger.log('Input socket connected');

0 commit comments

Comments
 (0)