fix query id
This commit is contained in:
@@ -75,7 +75,6 @@ export function CheckServerToken(
|
||||
.where('token', '=', password)
|
||||
.executeTakeFirst()
|
||||
.then((result) => {
|
||||
if (!!result) this.body.serverId = name
|
||||
cb(null, !!result)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user