Skip to content

Commit

Permalink
perf(sw): skipWaitingしない
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Feb 12, 2023
1 parent 2f41f12 commit 8d4c5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sw/src/sw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as swos from '@/scripts/operations';
import { acct as getAcct } from '@/filters/user';

globalThis.addEventListener('install', ev => {
ev.waitUntil(self.skipWaiting());
//ev.waitUntil(self.skipWaiting());
});

globalThis.addEventListener('activate', ev => {
Expand Down

0 comments on commit 8d4c5de

Please sign in to comment.