orderiom-api-package 0.4.63 → 0.4.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orderiom-api-package",
3
- "version": "0.4.63",
3
+ "version": "0.4.64",
4
4
  "description": "This package will install all necessary API calls for every orderiom restaurant",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -163,7 +163,7 @@ const getters = {
163
163
  }
164
164
  const mutations = {
165
165
  setCategoriesFetchedOnce(state){
166
- state.setCategoriesFetchedOnce = true;
166
+ state.categoriesFetchedOnce = true;
167
167
  },
168
168
  setFetchingProducts(state, isFetching){
169
169
  state.fetchingProducts = isFetching;