From 9ba29184cab1c7d7440285a00d79609188ea788b Mon Sep 17 00:00:00 2001 From: Christian DeLuca Date: Sun, 10 Mar 2024 08:00:03 +0000 Subject: [PATCH] fix pre-commit results --- docs/widgets/services/homebox.md | 2 +- src/widgets/homebox/proxy.js | 2 +- src/widgets/homebox/widget.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/widgets/services/homebox.md b/docs/widgets/services/homebox.md index c8d0b7b56..af9ebad5c 100644 --- a/docs/widgets/services/homebox.md +++ b/docs/widgets/services/homebox.md @@ -20,4 +20,4 @@ widget: username: username password: password fields: ["items", "locations", "totalValue"] # optional - default fields shown -``` \ No newline at end of file +``` diff --git a/src/widgets/homebox/proxy.js b/src/widgets/homebox/proxy.js index fb54000b5..96d864a40 100644 --- a/src/widgets/homebox/proxy.js +++ b/src/widgets/homebox/proxy.js @@ -97,6 +97,6 @@ export default async function homeboxProxyHandler(req, res) { totalWithWarranty: groupStats?.totalWithWarranty, totalValue: groupStats?.totalItemPrice, users: groupStats?.totalUsers, - currencyCode: groupData?.currency + currencyCode: groupData?.currency, }); } diff --git a/src/widgets/homebox/widget.js b/src/widgets/homebox/widget.js index a6df0b2c2..37b06a4f3 100644 --- a/src/widgets/homebox/widget.js +++ b/src/widgets/homebox/widget.js @@ -4,4 +4,4 @@ const widget = { proxyHandler: homeboxProxyHandler, }; -export default widget; \ No newline at end of file +export default widget;