fastify / fastify-rate-limit

A low overhead rate limiter for your routes
MIT License
504 stars 71 forks source link

Added the onBanReach Function #251

Closed DiogoMarques2003 closed 2 years ago

DiogoMarques2003 commented 2 years ago

Checklist

DiogoMarques2003 commented 2 years ago

Can anyone check why the tests don't pass ? In my pc is working ...

image

Eomm commented 2 years ago

You can check it here: https://github.com/fastify/fastify-rate-limit/runs/7425780475?check_suite_focus=true

spoiler: run npm run lint:fix and it should fix the issue

DiogoMarques2003 commented 2 years ago

@Eomm done