We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cd5d8 commit e9a9637Copy full SHA for e9a9637
lib/auth/twitter/index.ts
@@ -1,5 +1,5 @@
1
import {Router} from "express";
2
-import passport from "passport";
+import * as passport from "passport";
3
import {Strategy as TwitterStrategy} from "passport-twitter";
4
5
import * as config from "../../config";
0 commit comments