mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-09 08:08:16 +00:00
refactor: remove unused imports
This commit is contained in:
@@ -7,8 +7,6 @@ import { Request, Response, NextFunction } from "express";
|
||||
import { IVerifyOptions } from "passport-local";
|
||||
import { WriteError } from "mongodb";
|
||||
import "../config/passport";
|
||||
const request = require("express-validator");
|
||||
|
||||
|
||||
/**
|
||||
* GET /login
|
||||
|
||||
Reference in New Issue
Block a user