Please jshint

This commit is contained in:
Eneko Lakasta 2018-07-03 14:48:54 +02:00
parent 409a103990
commit 923b23871f

View File

@ -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';