revolucaodosbytes/ahoy-api

Inconsistent comment inside the code

diogorolo opened this issue · 1 comments

In

// Rate limit to 1 requests per minute
, the comment is inconsistent.

Maybe just remove the comments, since the code is self explanatory?

// Rate limit to 1 requests per minute
$throttler = Throttle::get($request, 5, 1);

Thanks for your help @diogorolo!