Toggle navigation
Toggle navigation
This project
Loading...
Sign in
송용우
/
oss-Jaksimsamil
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
송용우
2020-09-08 00:18:38 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
72b227acd31314a095fad4f1ddaec04b25b59c5c
72b227ac
2 parents
cd8fb071
76a13add
Merge commit '
76a13add
' into develop
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
jaksimsamil-server/src/api/challenge/challege.ctrl.js
jaksimsamil-server/src/api/challenge/challege.ctrl.js
View file @
72b227a
...
...
@@ -117,7 +117,9 @@ exports.addChallenge = async (ctx) => {
await
session
.
save
();
s_date
=
new
Date
(
e_date
);
s_date
.
setMinutes
(
s_date
.
getMinutes
()
+
1
);
await
challenge
.
updateOne
({
status
:
status
});
}
ctx
.
body
=
challenge
.
serialize
();
}
catch
(
e
)
{
ctx
.
throw
(
500
,
e
);
...
...
Please
register
or
login
to post a comment