Skip to content

Commit

Permalink
Update spotify.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrox authored Dec 29, 2022
1 parent b68878a commit 6f03ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func (c *Client) execute(req *http.Request, result interface{}, needsStatus ...i
// If the context is cancelled, return the original error
case <-time.After(retryDuration(resp)):
continue
}
}
}
if resp.StatusCode == http.StatusNoContent {
return nil
Expand Down

0 comments on commit 6f03ff1

Please sign in to comment.