fix
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-12 14:02:54 +07:00
parent f1f3fb5db4
commit f6916ae5bb
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -28,10 +28,7 @@ type ChatInfoDTO struct {
}
func (c *ChatInfoDTO) GetStatus() UserState {
if c.Status == "" {
return UserStateNone
}
return UserStateGo
return UserState(c.Status)
}
type Workout struct {