SSR-512 Fix misspelled field

This commit is contained in:
Josh Dassinger 2024-02-29 09:15:29 -06:00
parent d8e0f575ef
commit 066017d5fd

View file

@ -1229,7 +1229,7 @@ export const useMainStore = defineStore({
const { data } = response; const { data } = response;
if (!data) { if (!data) {
// TODO how should we handle this case? // TODO how should we handle this case?
return respone; return response;
} }
applicationUser.crmCustomerId = data.applicationUser?.crmCustomerId; applicationUser.crmCustomerId = data.applicationUser?.crmCustomerId;