Update line_connection.ts
This commit is contained in:
parent
05950726bf
commit
4b65611269
|
|
@ -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,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue