also use global hash var here

This commit is contained in:
Bruno Windels 2021-12-09 12:22:17 +01:00
parent 14dffa4ad4
commit f934262e35

View file

@ -185,7 +185,7 @@ export class ServiceWorkerHandler {
}
get buildHash() {
return window.HYDROGEN_GLOBAL_HASH;
return HYDROGEN_GLOBAL_HASH;
}
async preventConcurrentSessionAccess(sessionId) {