Skip to content

Commit

Permalink
deploy: f044c21
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanidk committed Mar 30, 2024
1 parent ffa9fee commit c93236b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .last_build_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eae714478203980fdcdb19026f458e77
1deaa9c39b803cbe97b73aebb110e67a
2 changes: 1 addition & 1 deletion assets/assets/games/2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"name": "Event",
"choices": ["Newmarket", "North Bay"],
"choices": ["Newmarket", "North Bay", "District Champs"],
"required": true,
"type": "radio"
},
Expand Down
8 changes: 4 additions & 4 deletions 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": "42069893bfebc30663408c8d65d9ac88",
"/": "42069893bfebc30663408c8d65d9ac88",
const RESOURCES = {"index.html": "08c5f1cbe963abf0bc41e3b3922adf0b",
"/": "08c5f1cbe963abf0bc41e3b3922adf0b",
"canvaskit/canvaskit.js": "c86fbd9e7b17accae76e5ad116583dc4",
"canvaskit/skwasm.js": "445e9e400085faead4493be2224d95aa",
"canvaskit/skwasm.wasm": "e42815763c5d05bba43f9d0337fa7d84",
Expand All @@ -21,7 +21,7 @@ const RESOURCES = {"index.html": "42069893bfebc30663408c8d65d9ac88",
"assets/assets/images/shep-loading.gif": "d053611e8a8e714d93747a1e3b1d0203",
"assets/assets/images/github.svg": "6088e31b17e2d7066c4ee055db90f8f0",
"assets/assets/pit/2024.json": "1c7a67b86219fa7ea0eb6ac469f5a8d3",
"assets/assets/games/2024.json": "029ab851136fa974d127b4755c88d920",
"assets/assets/games/2024.json": "9c3e461022b1db157426e3a288207cf1",
"assets/AssetManifest.bin": "0cfe97046b6fc8f3d3c31b55c02328a1",
"assets/NOTICES": "eeaf444c38cf2246155fdb22c32f6d8a",
"assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8cb9b6ce",
Expand All @@ -35,7 +35,7 @@ const RESOURCES = {"index.html": "42069893bfebc30663408c8d65d9ac88",
"favicon.ico": "45caafee0f4096a5526e29a360baaba6",
"manifest.json": "49d69b5666d182d198081780dc2d26c4",
"flutter.js": "c71a09214cb6f5f8996a531350400a9a",
"main.dart.js": "47a4aa3c2e426a4c2ca3b72d22fd646d"};
"main.dart.js": "425fd404d40397df787a7252ded012d8"};
// 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 @@ -22,7 +22,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "938057153";
const serviceWorkerVersion = "1125477503";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
2 changes: 1 addition & 1 deletion main.dart.js
Original file line number Diff line number Diff line change
Expand Up @@ -31149,7 +31149,7 @@ A.avl.prototype={
$1(a){var s=A.fl().b
if(s==null)s=null
else{s=s.canvasKitBaseUrl
if(s==null)s=null}return(s==null?"https://www.gstatic.com/flutter-canvaskit/a5c24f538d05aaf66f7972fb23959d8cafb9f95a/":s)+a},
if(s==null)s=null}return(s==null?"https://www.gstatic.com/flutter-canvaskit/e76c956498841e1ab458577d3892003e553e4f3c/":s)+a},
$S:54}
A.avy.prototype={
$1(a){this.a.remove()
Expand Down

0 comments on commit c93236b

Please sign in to comment.