Skip to content

Commit 69839d5

Browse files
author
Ryan Kotzen
committed
Fixing spelling mistake
1 parent 38059ac commit 69839d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rate-limit/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function apiRateLimited(req, res, next, nextValidRequestDate) {
4949
}
5050

5151
function loginRateLimited(req, res, next, nextValidRequestDate) {
52-
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.
52+
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.
5353
}
5454

5555
function initialise(instanceName) {

0 commit comments

Comments
 (0)