Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Dec 18, 2023
1 parent f0eefe4 commit 87d6434
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/client/apps/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ func GetKey(developerEmail string, appID string, key string) (respBody []byte, e

// UpdateKey
func UpdateKey(developerEmail string, appID string, consumerKey string,
apiProducts []string, scopes []string, attrs map[string]string) (respBody []byte, err error) {
apiProducts []string, scopes []string, attrs map[string]string,
) (respBody []byte, err error) {
u, _ := url.Parse(apiclient.BaseURL)

key := []string{}
Expand Down

0 comments on commit 87d6434

Please sign in to comment.