Compare commits

..

2 commits

Author SHA1 Message Date
4eef09b32f fix: typo
All checks were successful
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 2m9s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Successful in 1m5s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 1m35s
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 1m21s
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 2m1s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 1m57s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 1m51s
/ deploy (push) Successful in 10s
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 FROM
"device" "device"
WHERE WHERE
" device "." id " = " gajus - eslint - plugin - sql " "device"."id" = ${deviceId}
` `
if (!device) { if (!device) {
@ -107,7 +107,7 @@ module.exports = async function () {
} }
await sql` await sql`
UPDATE UPDATE
"alerting" "alert"
SET SET
"location" = ${deviceSqlGeopoint} "location" = ${deviceSqlGeopoint}
WHERE WHERE