Skip to content

Commit

Permalink
Merge pull request #177 from Spomky-Labs/1.1.x
Browse files Browse the repository at this point in the history
Merge up 1.1.5 to 1.2.x
  • Loading branch information
Spomky authored Apr 22, 2024
2 parents d9e2bc6 + 891abdc commit a6f0a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/src/prefetch-on-demand_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export default class extends Controller {
}

workbox.messageSW({
"type": "PREFETCH",
"type": "CACHE_URLS",
"payload": {
"urls": params.urls
"urlsToCache": params.urls
}
});
}
Expand Down

0 comments on commit a6f0a81

Please sign in to comment.