mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 06:53:27 +02:00
Remove unnecessary tsdoc comments from service-worker.js
(#6417)
Remove typescript comments form `service-worker.js`
This commit is contained in:
parent
622ee5ce80
commit
f0c24cd16e
@ -1,9 +1,7 @@
|
||||
/// <reference lib = "WebWorker" />
|
||||
self.addEventListener('install', function () {
|
||||
console.log('Service worker installing...');
|
||||
});
|
||||
|
||||
self.addEventListener('activate', (event) => {
|
||||
// @ts-expect-error: See https://github.com/microsoft/TypeScript/issues/14877
|
||||
event.waitUntil(self.clients.claim());
|
||||
})
|
Loading…
Reference in New Issue
Block a user