From 7af75da41ba32451c3e9564714b05b506bdd881d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 10 Feb 2017 11:51:51 +0100 Subject: Client: fix lint --- client/src/app/core/confirm/confirm.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/core') diff --git a/client/src/app/core/confirm/confirm.service.ts b/client/src/app/core/confirm/confirm.service.ts index b97969795..08127a66f 100644 --- a/client/src/app/core/confirm/confirm.service.ts +++ b/client/src/app/core/confirm/confirm.service.ts @@ -7,7 +7,7 @@ export class ConfirmService { showConfirm = new Subject<{ title, message }>(); confirmResponse = new Subject(); - confirm(message: string = '', title: string = '') { + confirm(message = '', title = '') { this.showConfirm.next({ title, message }); return this.confirmResponse.asObservable().first(); -- cgit v1.2.3