Update socket_io_provider.ts
This commit is contained in:
parent
b817159757
commit
7e91bc8d85
|
|
@ -567,9 +567,8 @@ export class WebSocketIo {
|
||||||
await sendMessageToMail(
|
await sendMessageToMail(
|
||||||
'andrew.ng@apactech.io',
|
'andrew.ng@apactech.io',
|
||||||
`[DPELP] Report AUTO - ${stationName} - ${dataFormat}`,
|
`[DPELP] Report AUTO - ${stationName} - ${dataFormat}`,
|
||||||
tableHTML
|
tableHTML,
|
||||||
// ,
|
['ips@ipsupply.com.au', 'kay@ipsupply.com.au', 'joseph@apactech.io']
|
||||||
// ['ips@ipsupply.com.au', 'kay@ipsupply.com.au', 'joseph@apactech.io']
|
|
||||||
)
|
)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error)
|
console.log(error)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue