diff --git a/src/store/index.js b/src/store/index.js index 8e628b98..0609256d 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1229,7 +1229,7 @@ export const useMainStore = defineStore({ const { data } = response; if (!data) { // TODO how should we handle this case? - return respone; + return response; } applicationUser.crmCustomerId = data.applicationUser?.crmCustomerId;