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 beb16ca commit f404642Copy full SHA for f404642
src/renderer/utils/notifications/group.ts
@@ -9,7 +9,7 @@ export function isGroupByRepository(settings: SettingsState) {
9
}
10
11
/**
12
- * Group notifications by repository.full_name preserving first-seen repo order.
+ * Group notifications by repository.full_name preserving first-seen repository order.
13
* Returns a Map where keys are repo full_names and values are arrays of notifications.
14
* Skips notifications without valid repository data.
15
*/
0 commit comments