orderiom-api-package 0.4.99 → 0.4.100

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.99",
3
+ "version": "0.4.100",
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",
@@ -13,7 +13,7 @@ const getters = {
13
13
  return Boolean(state.user.id)
14
14
  },
15
15
  userId(state){
16
- return state.user?.id || null;
16
+ return state.user.id || null;
17
17
  }
18
18
  }
19
19
  const mutations = {