orderiom-api-package 0.3.21 → 0.3.22

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.3.21",
3
+ "version": "0.3.22",
4
4
  "description": "This package will install all necessary API calls for every orderiom restaurant",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -233,7 +233,6 @@ const actions = {
233
233
  basketId
234
234
  }}).then(res => {
235
235
  res.data.data.forEach(productInCategory => {
236
- console.log(state.subCategories.includes(productInCategory.subcategory_name));
237
236
  if(productInCategory.subcategory_name && !subCategories.includes(productInCategory.subcategory_name) ){
238
237
  subCategories.push(productInCategory.subcategory_name)
239
238
  }