Push useless update to fix cache failure on one device
This commit is contained in:
parent
2fc19dfab8
commit
ceb8533154
@ -23,7 +23,8 @@
|
||||
'<h3>Sorry</h3>' +
|
||||
'<p>The hardware behind OwlBoard has been upgraded and it will now be faster.<p>' +
|
||||
"<p>Unfortunately, you will need to <a href='/more/reg'>re-register</a>.</p>",
|
||||
"<p>Additional PIS Codes for LTV and Devon Metro services have been added too</p>"
|
||||
"<p>Additional PIS Codes for LTV and Devon Metro services have been added too</p>" +
|
||||
"<p>More are being added all the time</p>"
|
||||
];
|
||||
</script>
|
||||
|
||||
|
@ -3,6 +3,8 @@
|
||||
import { build, files, version } from '$service-worker';
|
||||
|
||||
const cacheName = `ob-${version}`;
|
||||
const pointlessConstant = true;
|
||||
console.log(`pointlessContant is ${pointlessConstant}`)
|
||||
|
||||
const assets = [...build, ...files, '/service-worker.js'];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user