Update sw.js

This commit is contained in:
syuilo 2018-04-11 15:55:04 +09:00
parent 7b974575f8
commit 1fbcc648a6

View file

@ -52,8 +52,6 @@ self.addEventListener('push', ev => {
const { type, body } = ev.data.json();
console.log(type, body);
const n = composeNotification(type, body);
return self.registration.showNotification(n.title, {
body: n.body,