chore: fix eslint crashing issues (#1951)
This commit is contained in:
@@ -62,7 +62,7 @@ export class PersistenceService {
|
||||
return
|
||||
}
|
||||
|
||||
this.application.removeValue(StorageKey.MasterStatePersistenceKey)
|
||||
void this.application.removeValue(StorageKey.MasterStatePersistenceKey)
|
||||
}
|
||||
|
||||
getPersistedValues(): PersistedStateValue {
|
||||
|
||||
Reference in New Issue
Block a user