Skip to content

Commit c72b3a5

Browse files
committed
fix: conform to arrow-body-style in activate handler
1 parent 4b91860 commit c72b3a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sw.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ self.addEventListener("activate", (event) => {
5858
),
5959
);
6060
});
61-
6261
registerRoute(
6362
({ url }) => manifestURLs.includes(url.href),
6463
new NetworkFirst({

0 commit comments

Comments
 (0)