mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-09 12:18:52 +00:00
refactor: remove unused imports
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
import async from "async";
|
||||
import request from "request";
|
||||
import graph from "fbgraph";
|
||||
import { Response, Request, NextFunction } from "express";
|
||||
|
||||
|
||||
@@ -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