Compare commits

..

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

View file

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