Skip to content

Commit

Permalink
feat: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eramitgupta committed Jan 31, 2025
1 parent 3ae1631 commit 861b2d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Services/PWAService.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public function RegisterServiceWorkerScript(): string
<!-- PWA scripts -->
<script src="{$swPath}"></script>
<script>
"use strict";
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/sw.js").then(
(registration) => {
Expand Down

0 comments on commit 861b2d8

Please sign in to comment.