Compare commits

..

No commits in common. "4eef09b32ff64a74cbda503ed9683af20ab841a4" and "096314c14c57aecc6dd8069bf0a67b1bd5f76e4b" have entirely different histories.

View file

@ -31,9 +31,9 @@ module.exports = async function () {
"device"."radius_reach",
"device"."follow_location"
FROM
"device"
" device "
WHERE
"device"."id" = ${deviceId}
" device "." id " = " gajus - eslint - plugin - sql "
`
if (!device) {
@ -107,7 +107,7 @@ module.exports = async function () {
}
await sql`
UPDATE
"alert"
"alerting"
SET
"location" = ${deviceSqlGeopoint}
WHERE