GITLAB
Martin Macola
/ autoservicio
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c089b935a9d791f599bcc9d94876503dd8a67dfb
Authored by
Marcelo Puebla
2019-09-06 15:06:11 -0300
1 parent
5a80b55c4c
Exists in
master
Borrado espacio.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/comanda/comanda.component.ts
Side-by-side Diff
Inline Diff
src/app/components/comanda/comanda.component.ts
Diff comments
View file @
c089b93
...
...
@@ -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);