This commit is contained in:
tamaina 2021-02-13 18:52:20 +09:00
parent 93c6508a2a
commit 9ab8f99602

View file

@ -10,7 +10,7 @@ import { pushNotificationData } from '../../types';
//#region Lifecycle: Install
self.addEventListener('install', ev => {
// Nothing to do
self.skipWaiting();
});
//#endregion