fix: typo
This commit is contained in:
parent
ea548112db
commit
4eef09b32f
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ module.exports = async function () {
|
||||||
}
|
}
|
||||||
await sql`
|
await sql`
|
||||||
UPDATE
|
UPDATE
|
||||||
"alerting"
|
"alert"
|
||||||
SET
|
SET
|
||||||
"location" = ${deviceSqlGeopoint}
|
"location" = ${deviceSqlGeopoint}
|
||||||
WHERE
|
WHERE
|
||||||
|
|
Loading…
Add table
Reference in a new issue