Skip to content

Commit

Permalink
Fix id
Browse files Browse the repository at this point in the history
  • Loading branch information
Affolter Matias committed Nov 29, 2023
1 parent 2644290 commit b3b26d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/chunk_7.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions service-worker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
var REQUIRED_CACHE = "unless-update-cache-v870-required";
var USEFUL_CACHE = "unless-update-cache-v870-useful";
var STATIC_CACHE = "unless-update-cache-v870-static";
var REQUIRED_CACHE = "unless-update-cache-v871-required";
var USEFUL_CACHE = "unless-update-cache-v871-useful";
var STATIC_CACHE = "unless-update-cache-v871-static";
var MAIN_CHILD_CHUNK_REGEX = /chunk_(main_[a-z0-9]+)\.min\.js$/i;
var CHILD_CHUNK_REGEX = /chunk_([0-9]+)\.min\.js$/i;

Expand Down
3 changes: 2 additions & 1 deletion src/js/pages/Marketplace.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3b26d4

Please sign in to comment.