From 4b65611269f8d63fbb30f9ca2440fb18edc65f40 Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Tue, 24 Feb 2026 09:36:52 +0700 Subject: [PATCH] Update line_connection.ts --- BACKEND/app/services/line_connection.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/BACKEND/app/services/line_connection.ts b/BACKEND/app/services/line_connection.ts index 9deb010..2a5b353 100644 --- a/BACKEND/app/services/line_connection.ts +++ b/BACKEND/app/services/line_connection.ts @@ -1855,15 +1855,4 @@ ${log} this.sendReportSummary(snapshot) }, timeout) } - - /** - * Send is ready - */ - sendIsReady = async () => { - this.socketIO.emit('line_is_ready', { - stationId: this.config.stationId, - lineId: this.config.id, - isReady: this.isReady, - }) - } }