also use global hash var here
This commit is contained in:
parent
14dffa4ad4
commit
f934262e35
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ export class ServiceWorkerHandler {
|
||||||
}
|
}
|
||||||
|
|
||||||
get buildHash() {
|
get buildHash() {
|
||||||
return window.HYDROGEN_GLOBAL_HASH;
|
return HYDROGEN_GLOBAL_HASH;
|
||||||
}
|
}
|
||||||
|
|
||||||
async preventConcurrentSessionAccess(sessionId) {
|
async preventConcurrentSessionAccess(sessionId) {
|
||||||
|
|
Reference in a new issue