We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbfa73 commit 3a85a77Copy full SHA for 3a85a77
src/lib/statsProvider.tsx
@@ -111,7 +111,7 @@ const calculatePointsForPR = (labels?: Array<{ name: string }>): number => {
111
return 0; // No points if "recode" label is missing
112
}
113
114
- // Check for level labels and assign points accordingly wiht new point system
+ // Check for level labels and assign points accordingly with new point system
115
if (labelNames.includes('level 1')) {
116
return 10;
117
} else if (labelNames.includes('level 2')) {
0 commit comments