fix typo
This commit is contained in:
parent
a18d2c0e78
commit
f8e3a75471
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export class SessionLoadViewModel extends ViewModel {
|
||||||
if (this._sessionContainer) {
|
if (this._sessionContainer) {
|
||||||
this._sessionContainer.stop();
|
this._sessionContainer.stop();
|
||||||
if (this._deleteSessionOnCancel) {
|
if (this._deleteSessionOnCancel) {
|
||||||
await this._sessionContainer.deletSession();
|
await this._sessionContainer.deleteSession();
|
||||||
}
|
}
|
||||||
this._sessionContainer = null;
|
this._sessionContainer = null;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue