Compare commits

..
Author SHA1 Message Date
phoenix bc8abb7d20 tsk-22: Version bump 2025-12-30 18:38:00 -05:00
phoenix 68314d6cb5 tsk-22: Removed placeholder 2025-12-30 18:37:46 -05:00
phoenix 75cfe064f5 tsk-22: Code formatting 2025-12-30 18:37:04 -05:00
phoenix faa0421ec1 tsk-22: Removing URI from config.TwilioConfig 2025-12-30 18:35:18 -05:00
-1
View File
@@ -16,7 +16,6 @@ type LoginResult struct {
AccessToken string `json:"access_token"`
TokenType string `json:"token_type"`
ExpiresIn int64 `json:"expires_in"`
IssuedAt int64 `json:"issued_at"`
}
// Alias for LoginResult