Skip to content

Commit 286095b

Browse files
committed
Test change 1
1 parent f028d27 commit 286095b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Onyx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ function clear(keysToPreserve: OnyxKey[] = []): Promise<void> {
493493
}, {}),
494494
);
495495

496-
// Remove only the items that we want cleared from storage, and reset others to default
496+
// Remove only the items that we want cleared from storage, and reset others to default.
497497
keysToBeClearedFromStorage.forEach((key) => cache.drop(key));
498498
return Storage.removeItems(keysToBeClearedFromStorage)
499499
.then(() => connectionManager.refreshSessionID())

0 commit comments

Comments
 (0)