This commit is contained in:
tamaina 2021-02-13 18:52:20 +09:00
parent 93c6508a2a
commit 9ab8f99602
1 changed files with 1 additions and 1 deletions

View File

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