config issues prod

This commit is contained in:
2025-09-27 14:25:45 -04:00
parent d6525f2d24
commit 9cbb2954b5
14 changed files with 168 additions and 53 deletions

View File

@@ -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",