Skip to content

Commit

Permalink
๐Ÿ—ƒ๏ธ user๊ฐ€ ์†ํ•œ ์Šคํ„ฐ๋”” ๊ทธ๋ฃน์„ ์•Œ๊ธฐ ์œ„ํ•ด, teamIds field ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanHoLee275 committed Sep 23, 2021
1 parent e286964 commit dc01227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/models/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ const mongoose = require('mongoose');
const Schema = mongoose.Schema;

const userSchema = new Schema({
userId: Number,
nickName: String,
email: String,
teamIds: Array,
oauthToken : String,
});

Expand Down

0 comments on commit dc01227

Please sign in to comment.