Skip to content

Commit 50cd5d8

Browse files
committed
ts: lib/auth/facebook/index.js
1 parent 4d749fa commit 50cd5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/auth/facebook/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {Router} from "express";
2-
import passport from "passport";
2+
import * as passport from "passport";
33
import {Strategy as FacebookStrategy} from "passport-facebook";
44

55
import * as config from "../../config";

0 commit comments

Comments
 (0)