fixed type mismatch

This commit is contained in:
AtlasDev
2016-10-05 14:23:21 +02:00
parent 9d5c5af009
commit ea51433400
+1 -1
View File
@@ -24,7 +24,7 @@ declare namespace Strategy {
interface Profile extends passport.Profile {
profileUrl: string;
id: number
id: number|string;
username: string;
provider: string;
email: string;