mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 13:17:45 +02:00
Switch to typescript 5.8.3 (#9152)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -165,7 +165,7 @@ class Connection implements ClientConnection {
|
||||
sessionStorage.removeItem(sKey)
|
||||
}
|
||||
window.addEventListener('beforeunload', () => {
|
||||
sessionStorage.setItem(sKey, sessionId as string)
|
||||
sessionStorage.setItem(sKey, sessionId)
|
||||
})
|
||||
} else {
|
||||
this.sessionId = generateId()
|
||||
|
||||
Reference in New Issue
Block a user