fix: typo
This commit is contained in:
parent
096314c14c
commit
ea548112db
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ module.exports = async function () {
|
||||||
FROM
|
FROM
|
||||||
"device"
|
"device"
|
||||||
WHERE
|
WHERE
|
||||||
" device "." id " = " gajus - eslint - plugin - sql "
|
"device"."id" = ${deviceId}
|
||||||
`
|
`
|
||||||
|
|
||||||
if (!device) {
|
if (!device) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue