Commit c089b935a9d791f599bcc9d94876503dd8a67dfb

Authored by Marcelo Puebla
1 parent 5a80b55c4c
Exists in master

Borrado espacio.

src/app/components/comanda/comanda.component.ts
... ... @@ -45,7 +45,7 @@ export class ComandaComponent implements OnInit {
45 45 ciclo() {
46 46  
47 47 this.cicloTime = setTimeout(() => {
48   -
  48 +
49 49 this.buscar();
50 50 this.ciclo();
51 51 }, 5000);