Skip to content

Commit 3a85a77

Browse files
Adez017Copilot
andauthored
Update src/lib/statsProvider.tsx
Co-authored-by: Copilot <[email protected]>
1 parent cbbfa73 commit 3a85a77

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

0 commit comments

Comments
 (0)