Skip to content

Commit

Permalink
fix(offlinecache): Removal of offline cache
Browse files Browse the repository at this point in the history
This is a followup commit to force a release due to
improperly formatted commit message of the last PR

Ref: n/a
  • Loading branch information
TerryMooreII committed Aug 12, 2021
1 parent d8ab420 commit 2b9f502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const OFFLINE_STORAGE_KEY = 'logdna::browser::offline-cache';

// This is to remove any offline storage data that was created
// when we were using offline caching which was filling
// up the browser localstorage
// up the browser local storage
const clearOfflineStorage = () => {
try {
window.localStorage.removeItem(OFFLINE_STORAGE_KEY);
Expand Down

0 comments on commit 2b9f502

Please sign in to comment.