config issues prod
This commit is contained in:
@@ -388,7 +388,7 @@ export default defineComponent({
|
||||
this.userCardfound = false;
|
||||
}
|
||||
})
|
||||
.catch((error: any) => {
|
||||
.catch((_error: any) => {
|
||||
this.userCard = {} as UserCard;
|
||||
this.userCardfound = false;
|
||||
});
|
||||
@@ -409,7 +409,7 @@ export default defineComponent({
|
||||
}
|
||||
this.getAutoDelivery(autoTicketId);
|
||||
})
|
||||
.catch((error: any) => {
|
||||
.catch((_error: any) => {
|
||||
notify({
|
||||
title: "Error",
|
||||
text: "Could not get automatic ticket",
|
||||
|
||||
Reference in New Issue
Block a user