Skip to content

Commit

Permalink
remove commented out simplified data structure
Browse files Browse the repository at this point in the history
  • Loading branch information
doneill committed Nov 29, 2023
1 parent 685d2ed commit 81cd952
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions api/apiuser.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 81cd952

Please sign in to comment.