mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:19:30 +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,
|
||||
lastName,
|
||||
password,
|
||||
accountId as id
|
||||
${type}Id as id
|
||||
from ${type}
|
||||
where
|
||||
${type}Id = ?;
|
||||
|
||||
Reference in New Issue
Block a user