+
diff --git a/src/app/shared/gabinete-digital/despachos/despachos.page.ts b/src/app/shared/gabinete-digital/despachos/despachos.page.ts
index ff379ad14..c3be3cfa1 100644
--- a/src/app/shared/gabinete-digital/despachos/despachos.page.ts
+++ b/src/app/shared/gabinete-digital/despachos/despachos.page.ts
@@ -74,14 +74,12 @@ export class DespachosPage implements OnInit {
}
async LoadList(){
+ this.despachoList = new Array();
-
let result = await this.processes.GetTasksList("Despacho", false).toPromise();
console.log(result);
- this.despachoList = new Array();
-
await result.forEach( (element, index) => {
let task = {