Skip to content

Commit

Permalink
docs: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bgenia authored Oct 3, 2023
1 parent 622396d commit 3a72b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ client := s21client.New(
)
)

user, err := client.R().GetCurrentUser(requests.Variables_GetCurrentUser{})
user, err := client.R().GetCurrentUser(requests.GetCurrentUser_Variables{})
if err != nil {
t.Error(err)
}
Expand Down

0 comments on commit 3a72b6d

Please sign in to comment.