Skip to content

Commit e9a9637

Browse files
committed
ts: lib/auth/twitter/index.js
1 parent 50cd5d8 commit e9a9637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/auth/twitter/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 TwitterStrategy} from "passport-twitter";
44

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

0 commit comments

Comments
 (0)