Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danangmassandy committed Oct 30, 2024
1 parent 4fd7292 commit fe9f1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_project/gap_api/mixins/rate_limiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ def allow_request(self, request, view):

if rate_limiter.is_rate_limited():
return False

rate_limiter._increment_request_count()
return True

0 comments on commit fe9f1b2

Please sign in to comment.