Skip to content

Commit

Permalink
Can now delete same collection without crash
Browse files Browse the repository at this point in the history
  • Loading branch information
gruvw committed Jan 30, 2024
1 parent 217956a commit b2e58ad
Show file tree
Hide file tree
Showing 4 changed files with 11,886 additions and 11,877 deletions.
6 changes: 3 additions & 3 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ const RESOURCES = {"canvaskit/canvaskit.js": "eb8797020acdbdf96a12fb0405582c1b",
"icons/Icon-512.png": "6ebdd2cbad73609dae04649eac5d8d38",
"icons/Icon-192.png": "58cc75e988bb112a941e797dce59fed4",
"icons/Icon-maskable-512.png": "6ebdd2cbad73609dae04649eac5d8d38",
"index.html": "2ce98687935ebe29c1662e87ec7a4244",
"/": "2ce98687935ebe29c1662e87ec7a4244",
"main.dart.js": "0391a8b22ac29b997dafdb46dd9d8308"};
"index.html": "bb0d284a23c48bb106316e6b32eeee59",
"/": "bb0d284a23c48bb106316e6b32eeee59",
"main.dart.js": "d00edf759200c0b66580ede0fd021834"};
// The application shell files that are downloaded before a service worker can
// start.
const CORE = ["main.dart.js",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "4207053590";
const serviceWorkerVersion = "1200645945";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer=""></script>
Expand Down
Loading

0 comments on commit b2e58ad

Please sign in to comment.