fix middlewares
This commit is contained in:
parent
14c30beb49
commit
7ea961e135
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ import { Request, Response } from 'express';
|
|||
import { botReq } from './internal/ws';
|
||||
import { Collection, Db } from 'mongodb';
|
||||
import { badRequest, isAuthenticated, requireAuth } from '../utils';
|
||||
import { RateLimiter } from '../middlewares/ratelimit';
|
||||
|
||||
let pendingLoginsCollection: Collection;
|
||||
let sessionsCollection: Collection;
|
||||
|
|
Loading…
Reference in a new issue