Skip to content

Commit

Permalink
Update register-worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
guruakashsm authored Jan 26, 2024
1 parent 87d306e commit d16f71c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions register-worker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Register the service worker
*/
console.log('In');
if ('serviceWorker' in navigator) {
navigator.serviceWorker
.register('./service-worker.js')
Expand Down

0 comments on commit d16f71c

Please sign in to comment.