diff --git a/api/apiuser.go b/api/apiuser.go index 03c6df3..738cfe4 100644 --- a/api/apiuser.go +++ b/api/apiuser.go @@ -12,11 +12,6 @@ import ( // stucts // ---------------------------------------------- -// type UserResponse struct { -// UserName string `json:"username"` -// Email string `json:"email"` -// ErrorDescription string `json:"error_description"` -// } type UserResponse struct { Data struct { Username string `json:"username"`