1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 19:59:27 +00:00

Fixed bug where User class assumed that it was an Account

This commit is contained in:
2022-02-25 11:25:13 +00:00
parent 917ed26659
commit 72b7a6fdb4

View File

@@ -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 = ?;