From 50ca9064210f25025dba25d9d9fa8955c778ff2c Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Wed, 22 Nov 2023 21:20:28 +0000 Subject: [PATCH] lint fix --- crates/librqbit/webui/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/librqbit/webui/src/index.tsx b/crates/librqbit/webui/src/index.tsx index 90eeff5..1c81429 100644 --- a/crates/librqbit/webui/src/index.tsx +++ b/crates/librqbit/webui/src/index.tsx @@ -93,7 +93,7 @@ interface TorrentStats { }; time_remaining: { human_readable: string; - duration: { + duration?: { secs: number, } } | null;