From 0e5c4832056f32ab5f5ac89f8f67ee5760a68ab2 Mon Sep 17 00:00:00 2001 From: everoddandeven Date: Wed, 16 Oct 2024 23:48:32 +0200 Subject: [PATCH] FIx lint --- src/common/DaemonSettings.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/DaemonSettings.ts b/src/common/DaemonSettings.ts index b51a805..ffb5b2d 100644 --- a/src/common/DaemonSettings.ts +++ b/src/common/DaemonSettings.ts @@ -3,8 +3,8 @@ export class DaemonSettings { public syncOnWifi: boolean = true; public syncPeriodEnabled: boolean = false; - public syncPeriodFrom: any = '00:00'; - public syncPeriodTo: any = '00:00'; + public syncPeriodFrom: string = '00:00'; + public syncPeriodTo: string = '00:00'; public upgradeAutomatically: boolean = false; public downloadUpgradePath: string = '';