Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Commit

Permalink
fix: Remove incorrect clear call
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Nov 2, 2018
1 parent 3c05b27 commit 43985ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ class KeyvProvider extends SettingProvider {
constructor(keyv) {
super();
this.keyv = keyv;

// Clear out old data (users might be using persistent data storage)
keyv.clear();
}

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"generate-docs:production": "npm run generate-docs:jsdoc && npm run generate-docs:parcel",
"lint": "eslint ."
},
"version": "1.0.4"
"version": "1.0.5"
}

0 comments on commit 43985ea

Please sign in to comment.