mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-29 14:44:36 +02:00
return createEmptyNotification()
This commit is contained in:
@@ -75,7 +75,7 @@ self.addEventListener('push', ev => {
|
||||
break;
|
||||
}
|
||||
|
||||
createEmptyNotification();
|
||||
return createEmptyNotification();
|
||||
}));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user