Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 32b6f34

Browse files
committed
removing validation on score
1 parent fd98806 commit 32b6f34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/services/LeaderboardService.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ createLeaderboard.schema = {
133133
review: joi.object().keys({
134134
id: joi.string().required(),
135135
submissionId: joi.string().required(),
136-
score: joi.number().required().allow(null)
137136
}).unknown(true).required()
138137
}
139138

0 commit comments

Comments
 (0)