Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dssecret committed Oct 25, 2023
1 parent 28460cb commit 734c185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/api/user/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def get_specific_user(tid: int, *args, **kwargs):

@authentication_required
@ratelimit
def estimate_single_user(tid: int, *args, **kwargs):
def estimate_specific_user(tid: int, *args, **kwargs):
key = f"tornium:ratelimit:{kwargs['user'].tid}"
estimate_ratelimit = f"tornium:estimate:ratelimit:{kwargs['user'].tid}"
redis_client = rds()
Expand Down

0 comments on commit 734c185

Please sign in to comment.