Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MotherProject
/
Jaksimsamil
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
송용우
2020-06-23 13:57:57 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
4107ab9cbcea0e2f719d0dbe6ca4cf1c35103967
4107ab9c
2 parents
14b0e21b
77eeeb80
Merge commit '
77eeeb80
' into develop
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
0 deletions
jaksimsamil-server/access.log
jaksimsamil-server/src/models/profile.js
jaksimsamil-server/access.log
0 → 100644
View file @
4107ab9
This diff could not be displayed because it is too large.
jaksimsamil-server/src/models/profile.js
View file @
4107ab9
...
...
@@ -7,6 +7,7 @@ const ProfileSchema = new Schema({
userBJID
:
String
,
solvedBJ
:
Object
,
friendList
:
[
String
],
slackWebHookURL
:
String
,
});
ProfileSchema
.
statics
.
findByUsername
=
function
(
username
)
{
return
this
.
findOne
({
username
});
...
...
Please
register
or
login
to post a comment