mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-04 17:00:12 -05:00
Fixing typo
This commit is contained in:
parent
02ab103a88
commit
b3a79ded48
@ -6998,7 +6998,7 @@ func (a *DefaultApiService) GetUser(username string) (*APIResponse, error) {
|
||||
// create path and map variables
|
||||
localVarPath := a.client.cfg.BasePath + "/api/1.0/users/"
|
||||
|
||||
localVarPath = fmt.Sprint("%s%s", localVarPath, username)
|
||||
localVarPath = fmt.Sprintf("%s%s", localVarPath, username)
|
||||
|
||||
localVarHeaderParams := make(map[string]string)
|
||||
localVarQueryParams := url.Values{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user