return createEmptyNotification()

This commit is contained in:
tamaina 2022-01-25 13:04:50 +00:00
parent e8ca4785e8
commit 7b0bc962c9
1 changed files with 1 additions and 1 deletions

View File

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