Skip to content

Commit cbbfa73

Browse files
Adez017sanjay-kv
andcommitted
Update statsProvider.tsx
Co-Authored-By: Sanjay Viswanathan <[email protected]>
1 parent 7fb47f0 commit cbbfa73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/statsProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const calculatePointsForPR = (labels?: Array<{ name: string }>): number => {
111111
return 0; // No points if "recode" label is missing
112112
}
113113

114-
// Check for level labels and assign points accordingly
114+
// Check for level labels and assign points accordingly wiht new point system
115115
if (labelNames.includes('level 1')) {
116116
return 10;
117117
} else if (labelNames.includes('level 2')) {

0 commit comments

Comments
 (0)