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

Commit aa87b47

Browse files
committed
updating model to include score level
1 parent ee72616 commit aa87b47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/Leaderboard.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const LeaderboardSchema = new Schema({
1212
handle: { type: String },
1313
aggregateScore: { type: Number },
1414
testsPassed: { type: Number },
15+
scoreLevel: { type: String },
1516
totalTestCases: { type: Number },
1617
groupIds: { type: [String] }
1718
})

0 commit comments

Comments
 (0)