Skip to content

Commit 8eef1e8

Browse files
committed
updated user schema to make github_id available in the app
1 parent cbf302d commit 8eef1e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/models/user.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ UserSchema
5151
return {
5252
'name': this.name,
5353
'role': this.role,
54-
'provider': this.provider
54+
'provider': this.provider,
55+
'github_id': this.github_id
5556
};
5657
});
5758

0 commit comments

Comments
 (0)