Corrected spelling of SignedInUser (was SignInUser)

This commit is contained in:
Torkel Ödegaard
2015-01-16 16:17:35 +01:00
parent 2b05dac071
commit ed879df1f4
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -87,12 +87,12 @@ type SearchAccountsQuery struct {
type GetSignedInUserQuery struct {
AccountId int64
Result *SignInUser
Result *SignedInUser
}
// ------------------------
// DTO & Projections
type SignInUser struct {
type SignedInUser struct {
AccountId int64
UsingAccountId int64
UsingAccountName string