This commit is contained in:
Peter Maquiran
2022-04-20 14:41:02 +01:00
parent cbc050c8ad
commit 92c50e0d4a
3 changed files with 10 additions and 6 deletions
@@ -69,7 +69,7 @@ export class DespachosPage implements OnInit {
await this.despachoRule.getList({ updateStore: true }).then((pre) => {
this.listToPresent = pre;
console.log('despachooo', pre)
// console.log('despachooo', pre)
}).catch(() => {
this.getFromDb()
})