This commit is contained in:
parent
93c6508a2a
commit
9ab8f99602
|
@ -10,7 +10,7 @@ import { pushNotificationData } from '../../types';
|
||||||
|
|
||||||
//#region Lifecycle: Install
|
//#region Lifecycle: Install
|
||||||
self.addEventListener('install', ev => {
|
self.addEventListener('install', ev => {
|
||||||
// Nothing to do
|
self.skipWaiting();
|
||||||
});
|
});
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue