SSR-512 Fix misspelled field
This commit is contained in:
parent
d8e0f575ef
commit
066017d5fd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue