This commit is contained in:
Peter Maquiran
2021-08-18 14:15:45 +01:00
parent e4881a535f
commit 4bfacfde90
4 changed files with 4 additions and 10 deletions
@@ -55,7 +55,6 @@ export class DespachosPage implements OnInit {
result.forEach((element, index) => {
let task = this.customTaskPipe.transform(element);
despachoList.push(task);
});