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

Commit 7e4953d

Browse files
author
Dushyant
committed
Added code to get Total TestCases
1 parent 6653718 commit 7e4953d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/models/Leaderboard.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ const LeaderboardSchema = new Schema({
1111
memberId: { type: String },
1212
handle: { type: String },
1313
aggregateScore: { type: Number },
14-
testsPassed: { type: Number }
14+
testsPassed: { type: Number },
15+
totalTestCases: { type: Number }
1516
})
1617

1718
module.exports = {

0 commit comments

Comments
 (0)