Update line_connection.ts

This commit is contained in:
nguyentrungthat 2026-02-24 09:36:52 +07:00
parent 05950726bf
commit 4b65611269
1 changed files with 0 additions and 11 deletions

View File

@ -1855,15 +1855,4 @@ ${log}
this.sendReportSummary(snapshot) this.sendReportSummary(snapshot)
}, timeout) }, timeout)
} }
/**
* Send is ready
*/
sendIsReady = async () => {
this.socketIO.emit('line_is_ready', {
stationId: this.config.stationId,
lineId: this.config.id,
isReady: this.isReady,
})
}
} }