You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api/api.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -414,7 +414,7 @@ func (a *Api) SendV2(c *gin.Context) {
414
414
case*client.RateLimitErrorType:
415
415
ifrateLimitError, ok:=err.(*client.RateLimitErrorType); ok {
416
416
extendedError:=errors.New(err.Error() +". Use the attached challenge tokens to lift the rate limit restrictions via the '/v1/accounts/{number}/rate-limit-challenge' endpoint.")
0 commit comments