mirror of
https://github.com/lil-org/tokenary.git
synced 2025-01-08 06:36:33 +03:00
Update cleaning sessions storage
This commit is contained in:
parent
758a38faeb
commit
6ac6e66fb7
@ -41,6 +41,7 @@ class SessionStorage {
|
|||||||
|
|
||||||
func removeAll() {
|
func removeAll() {
|
||||||
Defaults.storedSessions = [:]
|
Defaults.storedSessions = [:]
|
||||||
|
Defaults.latestInteractionDates = [:]
|
||||||
}
|
}
|
||||||
|
|
||||||
func remove(clientId: String) {
|
func remove(clientId: String) {
|
||||||
|
Loading…
Reference in New Issue
Block a user