fix: remove debug print statement in Jira user search function
This commit is contained in:
parent
6b54a09a78
commit
362fbe60dc
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ type UserSearchResp struct {
|
|||
|
||||
func getUserAccountID(instance, user string) (string, error) {
|
||||
req, err := http.NewRequest(http.MethodGet, fmt.Sprintf("https://%s/rest/api/3/user/search?query=%s", instance, user), nil)
|
||||
fmt.Println(user)
|
||||
if err != nil {
|
||||
return "", fmt.Errorf("error building jira user search request: %w", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue