diff --git a/db/account.go b/db/account.go index 2b88beb..bc4fb5e 100644 --- a/db/account.go +++ b/db/account.go @@ -203,7 +203,7 @@ type AdminSearchResponse struct { Username string `json:"username"` DiscordId string `json:"discordId"` GoogleId string `json:"googleId"` - LastActivity string `json:"lastLoggedIn"` + LastActivity string `json:"lastLoggedIn"` // TODO: this is currently lastLoggedIn to match server PR #54 with pokerogue PR #4198. We're hotfixing the server with this PR to return lastActivity, but we're not hotfixing the client, so are leaving this as lastLoggedIn so that it still talks to the client properly Registered string `json:"registered"` }