Please jshint
This commit is contained in:
parent
409a103990
commit
923b23871f
@ -47,7 +47,8 @@ function rateLimit(userLimitsBackend, endpointGroup = null) {
|
||||
res.set('Retry-After', retry + 1);
|
||||
|
||||
let rateLimitError = new Error(
|
||||
'You are over platform\'s limits: too many requests. Please contact us to know more details'
|
||||
'You are over platform\'s limits: too many requests.' +
|
||||
' Please contact us to know more details'
|
||||
);
|
||||
rateLimitError.http_status = 429;
|
||||
rateLimitError.type = 'limit';
|
||||
|
Loading…
Reference in New Issue
Block a user