Commit c36524ad1e1124663cdd2b7ab8185ad7366434e0
1 parent
4301149e16
Exists in
master
and in
1 other branch
Codigo identado.
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/app/components/master/master.component.ts
... | ... | @@ -8,7 +8,7 @@ import { Router } from '@angular/router'; |
8 | 8 | }) |
9 | 9 | export class MasterComponent implements OnInit, OnDestroy { |
10 | 10 | |
11 | - private timerReposo: any | |
11 | + private timerReposo: any; | |
12 | 12 | |
13 | 13 | constructor( |
14 | 14 | private router: Router |
... | ... | @@ -34,7 +34,6 @@ export class MasterComponent implements OnInit, OnDestroy { |
34 | 34 | |
35 | 35 | this.router.navigate(['cancelar-compra']); |
36 | 36 | }, 90000) |
37 | - | |
38 | 37 | } |
39 | 38 | |
40 | 39 | } |