From c81f6307fc986a1cbfaad0bd09cd3771ca9a7941 Mon Sep 17 00:00:00 2001 From: Devedse Date: Thu, 30 May 2024 22:37:26 +0200 Subject: [PATCH] a --- src/widgets/develancacheui/component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/develancacheui/component.jsx b/src/widgets/develancacheui/component.jsx index 41a1062b7..9c07c6df5 100644 --- a/src/widgets/develancacheui/component.jsx +++ b/src/widgets/develancacheui/component.jsx @@ -11,7 +11,7 @@ export default function Component({ service }) { const { data: downloadStatsData, error: downloadStatsError } = useWidgetAPI( widget, - "DownloadStats/GetTotalDownloadStats" + "DownloadStats/GetTotalDownloadStats", ); if (downloadStatsError) {