Skip to content

Commit

Permalink
Update sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AN0NCER authored Sep 13, 2024
1 parent f1d8744 commit fd0fa4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const version = '2.3.2';
const hash = '2738d';
const hash = '27e8d';
const cacheName = `pwa-tunime-${hash}-v${version}`;
const appShellFilesToCache = [
// Директория: /images/genres
Expand Down Expand Up @@ -238,4 +238,4 @@ self.addEventListener('message', async event => {
const client = event.source;
client.postMessage(JSON.stringify({ id: 220, val: { ver: version, hash: hash } }));
}
});
});

0 comments on commit fd0fa4b

Please sign in to comment.