fix: typo

This commit is contained in:
devthejo 2025-05-30 18:38:07 +02:00
parent 4eef09b32f
commit d152a564ee

View file

@ -112,6 +112,8 @@ module.exports = async function () {
"location" = ${deviceSqlGeopoint}
WHERE
"device_id" = ${deviceId}
AND "state" = 'open'
AND "follow_location" = TRUE
`
},
])