Skip to content

Commit

Permalink
💩 테스팅을 위해 임시로 스키마를 변경함
Browse files Browse the repository at this point in the history
추후 수정해주세요...
  • Loading branch information
gidskql6671 committed Sep 23, 2021
1 parent 3b54c03 commit 1898a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/models/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const userSchema = new Schema({
email: String,
teamIds: Array,
oauthToken : String,
githubId: String
});

module.exports = mongoose.model('User', userSchema);

0 comments on commit 1898a3f

Please sign in to comment.