mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:19:26 +00:00
Fixed bug where User class assumed that it was an Account
This commit is contained in:
@@ -33,7 +33,7 @@ class User {
|
|||||||
otherNames,
|
otherNames,
|
||||||
lastName,
|
lastName,
|
||||||
password,
|
password,
|
||||||
accountId as id
|
${type}Id as id
|
||||||
from ${type}
|
from ${type}
|
||||||
where
|
where
|
||||||
${type}Id = ?;
|
${type}Id = ?;
|
||||||
|
|||||||
Reference in New Issue
Block a user