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:15:12 +0900
1
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
76a13add4b240ae1d8c1448fd0c547c543b3a5ea
76a13add
1 parent
f3b35d01
Update: api/challenge/addChallenge add Status Col
Hide 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 @
76a13ad
...
...
@@ -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
);
...
...
송용우
@2019102188
2020-09-26 12:41:26 UTC
Mentioned in commit
72b227ac
Please
register
or
login
to post a comment