fix: typo
This commit is contained in:
parent
4eef09b32f
commit
d152a564ee
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ module.exports = async function () {
|
||||||
"location" = ${deviceSqlGeopoint}
|
"location" = ${deviceSqlGeopoint}
|
||||||
WHERE
|
WHERE
|
||||||
"device_id" = ${deviceId}
|
"device_id" = ${deviceId}
|
||||||
|
AND "state" = 'open'
|
||||||
|
AND "follow_location" = TRUE
|
||||||
`
|
`
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Reference in a new issue