Skip to content

Commit

Permalink
Merge pull request #20 from icefoganalytics/main
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
datajohnson authored Sep 30, 2024
2 parents 2828357 + 0b2b6d8 commit d39b05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/public/serviceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ registerRoute(
registerRoute(
({ url }) => {
return url.pathname.startsWith("/api/documents");
},6
},
new NetworkFirst({
cacheName: "api-documents",
/* plugins: [
Expand Down

0 comments on commit d39b05c

Please sign in to comment.