From 9df52d660feb722404be00a50f3c8a612bec1c15 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Aug 2021 14:42:53 +0200 Subject: Migrate client to eslint --- client/src/app/+admin/system/logs/logs.service.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/app/+admin/system/logs/logs.service.ts') diff --git a/client/src/app/+admin/system/logs/logs.service.ts b/client/src/app/+admin/system/logs/logs.service.ts index 69439a179..0c222cad2 100644 --- a/client/src/app/+admin/system/logs/logs.service.ts +++ b/client/src/app/+admin/system/logs/logs.service.ts @@ -18,9 +18,9 @@ export class LogsService { ) {} getLogs (options: { - isAuditLog: boolean, - startDate: string, - level?: LogLevel, + isAuditLog: boolean + startDate: string + level?: LogLevel endDate?: string }): Observable { const { isAuditLog, startDate } = options -- cgit v1.2.3