1
0
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:
tamaina
2022-01-25 13:04:50 +00:00
parent e8ca4785e8
commit 7b0bc962c9

View File

@@ -75,7 +75,7 @@ self.addEventListener('push', ev => {
break;
}
createEmptyNotification();
return createEmptyNotification();
}));
});