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"."radius_reach",
"device"."follow_location" "device"."follow_location"
FROM FROM
" device " "device"
WHERE WHERE
" device "." id " = " gajus - eslint - plugin - sql " "device"."id" = ${deviceId}
` `
if (!device) { if (!device) {