Skip to content

Commit

Permalink
chore: internal clear storage tool fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Mar 8, 2024
1 parent d95baac commit f20a14b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const debug = {
},
clearChromeStorage() {
chrome.storage.local.clear();
chrome.storage.session.clear();
},
};

Expand Down

0 comments on commit f20a14b

Please sign in to comment.