orderiom-api-package 0.3.57 → 0.3.58

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.57",
3
+ "version": "0.3.58",
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",
@@ -267,7 +267,7 @@ const actions = {
267
267
  msg: '',
268
268
  data: res.data
269
269
  };
270
- }).catch(commonErrorCallback)
270
+ }).catch(commonErrorCallback())
271
271
  }
272
272
  }
273
273
  export default {