Skip to content

Commit 3a31a0a

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

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
@@ -6,7 +6,7 @@ import * as config from "../../config";
66
import {passportGeneralCallback, setReturnToFromReferer} from "../utils";
77

88
const twitterAuth = Router()
9-
export = module.exports
9+
export = twitterAuth
1010

1111
passport.use(new TwitterStrategy({
1212
consumerKey: config.twitter.consumerKey,

0 commit comments

Comments
 (0)