Skip to content

Commit cba8dcb

Browse files
committed
Remove unnecessary parameter
1 parent e1cc2b4 commit cba8dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/usr/share/cinnamon/applets/[email protected]/workspace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class Workspace {
113113

114114
this.appGroups.forEach(appGroup => {
115115
if (appId === appGroup.groupState.appId) {
116-
appGroup.incrementNotificationCount(notification);
116+
appGroup.incrementNotificationCount();
117117
return;
118118
}
119119
});

0 commit comments

Comments
 (0)