orderiom-api-package
Advanced tools
Comparing version 0.4.65 to 0.4.66
{ | ||
"name": "orderiom-api-package", | ||
"version": "0.4.65", | ||
"version": "0.4.66", | ||
"description": "This package will install all necessary API calls for every orderiom restaurant", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -318,3 +318,5 @@ import {commonErrorCallback, calculateBasketIdParameter, updateBasket, formatDate, formatTime, deliveryCodeToName, weekdays, $http} from '../common'; | ||
commonErrorCallback() | ||
); | ||
).finally(() => { | ||
commit('setCategoriesFetchedOnce'); | ||
}); | ||
@@ -324,5 +326,3 @@ return res | ||
commonErrorCallback() | ||
).finally(() => { | ||
commit('setCategoriesFetchedOnce'); | ||
}); | ||
); | ||
}, | ||
@@ -329,0 +329,0 @@ getProducts({ commit, state, rootState }, data) { |
127062