Compare commits

...

2 commits

Author SHA1 Message Date
4eef09b32f fix: typo 2025-05-30 18:35:10 +02:00
ea548112db fix: typo 2025-05-30 18:34:02 +02:00

View file

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