Skip to content

Commit

Permalink
deploy: 79c76ab
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Jul 29, 2023
1 parent e4164d6 commit 486a4d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"index.html": "2c12c3fad0ff5f599263fd06d9c1eaea",
"/": "2c12c3fad0ff5f599263fd06d9c1eaea",
const RESOURCES = {"index.html": "87467782ce1925b0c158e6de5d8e5b95",
"/": "87467782ce1925b0c158e6de5d8e5b95",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"favicon.png": "a409751f0ecf6dee76fb350d7402f9be",
"main.dart.js": "7910f0acda2c05f9b156f59d3d2f74b0",
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script>
var serviceWorkerVersion = "12147830";
var serviceWorkerVersion = "4261987047";
var scriptLoaded = false;
function loadMainDartJs() {
if (scriptLoaded) {
Expand Down

0 comments on commit 486a4d4

Please sign in to comment.