Removing comment
This commit is contained in:
parent
1990c7e51b
commit
435828f1c1
1 changed files with 0 additions and 1 deletions
|
|
@ -479,7 +479,6 @@ export const useMainStore = defineStore({
|
||||||
this.order.customer.phoneNumber?.replaceAll('-', '')
|
this.order.customer.phoneNumber?.replaceAll('-', '')
|
||||||
)
|
)
|
||||||
}).then((r) => {
|
}).then((r) => {
|
||||||
console.log(r);
|
|
||||||
this.applicationUser.duplicateOrders = r.data ?? [];
|
this.applicationUser.duplicateOrders = r.data ?? [];
|
||||||
return resolve(r.data);
|
return resolve(r.data);
|
||||||
}).catch((error) => {
|
}).catch((error) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue