missed a this

This commit is contained in:
zefie
2021-08-09 10:08:16 -04:00
parent 3a6a47124a
commit e99a9a5e51

View File

@@ -95,7 +95,7 @@ class WTVClientSessionData {
this.session_store.cookies[cookie_index] = Object.assign({}, cookie_data);
// do not write file if user is not registered
if (getSessionData('registered')) this.storeSessionData();
if (this.getSessionData('registered')) this.storeSessionData();
return true;
}