Skip to content

Commit

Permalink
Update base-storage-manager.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanA-Kaltura authored Feb 6, 2024
1 parent aef2309 commit 5902f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/storage/base-storage-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export class BaseStorageManager {
const obj = {};
Object.keys(this.StorageKeys).forEach((key) => {
const value = this.StorageKeys[key];
const item = BaseStorageManager.getItem(value, this.getStorageObject());
const item = BaseStorageManager.getItem(value);
// dont change to !==, it effects the logic
// eslint-disable-next-line
if (item != null) {
Expand Down

0 comments on commit 5902f58

Please sign in to comment.