Skip to content

Commit

Permalink
Fixing spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Kotzen committed Jun 12, 2017
1 parent 38059ac commit 69839d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rate-limit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function apiRateLimited(req, res, next, nextValidRequestDate) {
}

function loginRateLimited(req, res, next, nextValidRequestDate) {
return next(new Error(util.format('Not implemented. %s', nextValidRequestDate.toISOString()))); //todo need to look up how many types the rate limit has been reached and freeze the account untill a two-factor auth call is made.
return next(new Error(util.format('Not implemented. %s', nextValidRequestDate.toISOString()))); //todo need to look up how many types the rate limit has been reached and freeze the account until a two-factor auth call is made.
}

function initialise(instanceName) {
Expand Down

0 comments on commit 69839d5

Please sign in to comment.