Cleanup
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<script lang="ts">
|
||||
import Card from '$lib/components/card/card.svelte';
|
||||
import { base64State } from '$lib/util/state';
|
||||
|
||||
import { toBase64 } from 'js-base64';
|
||||
import moment from 'moment';
|
||||
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
self.addEventListener('fetch', (e) => {
|
||||
// @ts-ignore Will add types later
|
||||
console.log(`[Service Worker] Fetched resource ${e.request.url}`);
|
||||
});
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
self.addEventListener('fetch', (e) => {});
|
||||
|
||||
Reference in New Issue
Block a user