diff --git a/src/app/components/comanda/comanda.component.ts b/src/app/components/comanda/comanda.component.ts index c5d877f..e19b92f 100644 --- a/src/app/components/comanda/comanda.component.ts +++ b/src/app/components/comanda/comanda.component.ts @@ -45,7 +45,7 @@ export class ComandaComponent implements OnInit { ciclo() { this.cicloTime = setTimeout(() => { - + this.buscar(); this.ciclo(); }, 5000);