📝 `SimpleRate` lua script has missing `nil` convert (#1333)
This check:
django-modern-rest/dmr/throttling/lua.py
Lines 28 to 40 in a2d44b1
Contain missing
nil cast to 0:django-modern-rest/dmr/throttling/lua.py
Line 39 in a2d44b1
It must be
tonumber(redis.call("GET", key)) or 0We must test this case as well.
#bug #good_first_issue #help_wanted #opensource_september #django_modern_rest
sent via relator