Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이세진
/
dev-profile
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
10
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Lee SeJin
2021-06-16 21:58:34 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a28efd5794cc5bfe27cd542f169551b8f725ec57
a28efd57
1 parent
1baf0dc5
Model update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/models/User.js
src/models/User.js
View file @
a28efd5
...
...
@@ -7,8 +7,7 @@ const UserSchema = new mongoose.Schema({
},
email
:
{
type
:
String
,
trim
:
true
,
unique
:
true
,
trim
:
true
},
avatarUrl
:
String
,
githubId
:
{
...
...
Please
register
or
login
to post a comment