Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added rate limits for API calls #399

Merged
merged 13 commits into from
Sep 19, 2023
Merged

Added rate limits for API calls #399

merged 13 commits into from
Sep 19, 2023

Conversation

SpertsyanKM
Copy link
Contributor

No description provided.

Comment on lines +136 to +138
if (rateLimitError != nil) {
completion(nil, rateLimitError);
return;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like that we need to copy/paste this block of code. But probably it's the best way to not complicate this part of code. What do you think about alternatives? Any idea?

@SpertsyanKM SpertsyanKM merged commit a3c892b into develop Sep 19, 2023
3 checks passed
@SpertsyanKM SpertsyanKM deleted the tech/rateLimits branch September 19, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants