Navaron Bracke

use a const in the index.html

@@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
34 34
35 <script> 35 <script>
36 // The value below is injected by flutter build, do not touch. 36 // The value below is injected by flutter build, do not touch.
37 - var serviceWorkerVersion = null; 37 + const serviceWorkerVersion = null;
38 </script> 38 </script>
39 <!-- This script adds the flutter initialization JS code --> 39 <!-- This script adds the flutter initialization JS code -->
40 <script src="flutter.js" defer></script> 40 <script src="flutter.js" defer></script>