From 45445a995a143970445fc5d41482a4e49aab849b Mon Sep 17 00:00:00 2001 From: Marcelo Puebla Date: Fri, 31 Jan 2020 12:50:50 -0300 Subject: [PATCH] Fix lint errors --- src/app/modules/pago-electronico/pago-electronico.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/modules/pago-electronico/pago-electronico.component.ts b/src/app/modules/pago-electronico/pago-electronico.component.ts index 819864b..ef0f619 100644 --- a/src/app/modules/pago-electronico/pago-electronico.component.ts +++ b/src/app/modules/pago-electronico/pago-electronico.component.ts @@ -4,7 +4,7 @@ import { Router } from '@angular/router'; import { APP_SETTINGS } from 'src/etc/AppSettings'; import { BsModalService } from 'ngx-bootstrap/modal'; import { ErrorFormaPagoComponent } from 'src/app/shared/error-forma-pago/error-forma-pago.component'; -import { Subscription } from "rxjs"; +import { Subscription } from 'rxjs'; @Component({ selector: 'app-pago-electronico', -- 1.9.1