Skip to content

Commit 5e3a260

Browse files
committed
ts: lib/auth/dropbox/index.js
1 parent 750d022 commit 5e3a260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/auth/dropbox/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 DropboxStrategy} from "passport-dropbox-oauth2";
44

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

0 commit comments

Comments
 (0)