Skip to content

Commit

Permalink
Update src/store/persistence.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp authored and robbevp committed Jul 13, 2021
1 parent 7f76699 commit b982b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/persistence.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import VuexPersistence from "vuex-persist";
import localForage from "localforage";
import debounce from "lodash.debounce";

// A subclass for VuexPersintence to deal with single namespaced modules and large collections
// A subclass for VuexPersistence to deal with single namespaced modules and large collections
// Should be provided with a module and an async storage
// IMPORTANT: This class assumes a lot about the structure of state and mutations available in each module
// If this structure changes, we inevitably have to update this class
Expand Down

0 comments on commit b982b59

Please sign in to comment.