mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
remove promise bug
This commit is contained in:
@@ -531,6 +531,7 @@ export class AgendaPage implements OnInit {
|
||||
this.showTimeline = true;
|
||||
|
||||
}).catch((error) => {
|
||||
console.error(error)
|
||||
this.getFromDB();
|
||||
}).finally(() => {
|
||||
this.showLoader = false;
|
||||
@@ -589,6 +590,7 @@ export class AgendaPage implements OnInit {
|
||||
|
||||
|
||||
}).catch((error) => {
|
||||
console.error(error)
|
||||
this.getFromDB()
|
||||
})
|
||||
.finally(() => {
|
||||
@@ -622,6 +624,7 @@ export class AgendaPage implements OnInit {
|
||||
this.showTimeline = true;
|
||||
|
||||
}).catch((error) => {
|
||||
console.error(error)
|
||||
this.getFromDB();
|
||||
}).finally(() => {
|
||||
this.showLoader = false;
|
||||
@@ -646,6 +649,7 @@ export class AgendaPage implements OnInit {
|
||||
this.showTimeline = true;
|
||||
|
||||
}).catch((error) => {
|
||||
console.error(error)
|
||||
this.getFromDB()
|
||||
}).finally(() => {
|
||||
this.showLoader = false;
|
||||
@@ -686,6 +690,7 @@ export class AgendaPage implements OnInit {
|
||||
|
||||
|
||||
}).catch((error) => {
|
||||
console.error(error)
|
||||
this.getFromDB()
|
||||
}).finally(() => {
|
||||
counter++;
|
||||
@@ -757,6 +762,7 @@ export class AgendaPage implements OnInit {
|
||||
|
||||
|
||||
}).catch((error) => {
|
||||
console.error(error)
|
||||
this.getFromDB()
|
||||
}).finally(() => {
|
||||
this.showLoader = false;
|
||||
@@ -794,6 +800,7 @@ export class AgendaPage implements OnInit {
|
||||
|
||||
|
||||
}).catch((error) => {
|
||||
console.error(error)
|
||||
this.getFromDB()
|
||||
}).finally(() => {
|
||||
counter++;
|
||||
@@ -840,6 +847,7 @@ export class AgendaPage implements OnInit {
|
||||
}
|
||||
|
||||
}).catch((error) => {
|
||||
console.error(error)
|
||||
this.getFromDB()
|
||||
})
|
||||
.finally(() => {
|
||||
@@ -995,7 +1003,9 @@ export class AgendaPage implements OnInit {
|
||||
|
||||
})
|
||||
}
|
||||
})
|
||||
}).catch ((error) => {
|
||||
console.error(error);
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -148,7 +148,9 @@ export class ViewEventPage implements OnInit {
|
||||
|
||||
})
|
||||
}
|
||||
})
|
||||
}).catch ((error) => {
|
||||
console.error(error);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user