fix: typo

This commit is contained in:
devthejo 2025-05-30 18:34:02 +02:00
parent 096314c14c
commit ea548112db

View file

@ -31,9 +31,9 @@ module.exports = async function () {
"device"."radius_reach",
"device"."follow_location"
FROM
" device "
"device"
WHERE
" device "." id " = " gajus - eslint - plugin - sql "
"device"."id" = ${deviceId}
`
if (!device) {