Skip to content

Commit dbf790f

Browse files
committed
Merge branch 'develop' of github.com:topcoder-platform/challenge-api-v6 into develop
2 parents faf5fa7 + 5dded88 commit dbf790f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ChallengeService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,7 @@ async function getChallengeStatistics(currentUser, id) {
17331733
}
17341734
// add submission
17351735
map[submission.memberId].submissions.push({
1736-
created: submission.created,
1736+
created: submission.createdAt,
17371737
score: _.get(
17381738
_.find(submission.review || [], (r) => r.metadata),
17391739
"score",

0 commit comments

Comments
 (0)