diff --git a/controllers/ListenController.js b/controllers/ListenController.js index 1fc440f..406c0a6 100644 --- a/controllers/ListenController.js +++ b/controllers/ListenController.js @@ -367,7 +367,8 @@ async function commitMessage(now, logDevice) { } const time = moment.unix(logDevice.crt_d + TIMEFIX).format("DD MMM YYYY HH:mm:ss") - const rawMsg = `${nopol} | OVERSPEED | ${time} | ${logDevice.speed} km/h | ${address}`.trim() + // const rawMsg = `${nopol} | OVERSPEED | ${time} | ${logDevice.speed} km/h | ${address}`.trim() + const rawMsg = `${nopol} | OVERSPEED | ${time} | ${logDevice.speed} km/h`.trim() const countryCode = process.env.SMS_COUNTRY_CODE ?? "670" const smsHost = process.env.SMS_HOST ?? "http://192.168.40.2:8181"