1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2026-03-28 05:11:04 +00:00

Merge branch 'master' into refactor-remove-unused-imports

This commit is contained in:
Orta
2019-06-19 14:26:30 -07:00
committed by GitHub
12 changed files with 4628 additions and 4574 deletions

View File

@@ -4,7 +4,7 @@ import passportFacebook from "passport-facebook";
import _ from "lodash";
// import { User, UserType } from '../models/User';
import { default as User } from "../models/User";
import { User } from "../models/User";
import { Request, Response, NextFunction } from "express";
const LocalStrategy = passportLocal.Strategy;