This commit is contained in:
tamaina 2021-02-13 18:45:47 +09:00
parent 79c06b5d3c
commit 93c6508a2a
1 changed files with 0 additions and 5 deletions

View File

@ -8,11 +8,6 @@ import { swLang } from '@/sw/lang';
import { swNotificationRead } from '@/sw/notification-read';
import { pushNotificationData } from '../../types';
//#region Variables
// const cacheName = `mk-cache-${_VERSION_}`;
const apiUrl = `${location.origin}/api/`;
//#endregion
//#region Lifecycle: Install
self.addEventListener('install', ev => {
// Nothing to do