Commit 865e5949a92a1e0f7053189707795779087cf87d

Authored by Marcelo Puebla
1 parent fb598a4469
Exists in develop

Fix

Lint errors
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/modules/carrito/carrito.component.ts
... ... @@ -45,7 +45,7 @@ export class CarritoComponent implements OnInit, OnDestroy {
45 45 }
46 46  
47 47 validateCarrito() {
48   - const res = this.articuloService.validateCarrito()
  48 + const res = this.articuloService.validateCarrito();
49 49 if (res.valid) {
50 50 this.router.navigate(['forma-pago']);
51 51 } else {