fix query id

This commit is contained in:
2023-03-16 09:55:47 +01:00
parent fcfba08b64
commit e90b4068ff
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -75,7 +75,6 @@ export function CheckServerToken(
.where('token', '=', password)
.executeTakeFirst()
.then((result) => {
if (!!result) this.body.serverId = name
cb(null, !!result)
})
}