Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Update pwabuilder-sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
boyofgreen authored Nov 9, 2018
1 parent a0066d1 commit 48a63ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serviceWorker4/pwabuilder-sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ function update(request) {

function fromServer(request){
//this is the fallback if it is not in the cache to go to the server and get it
return fetch(request).then(function(response){ return response;});
return fetch(request).then(function(response){ return response});
}

0 comments on commit 48a63ea

Please sign in to comment.