diff --git a/docs/widgets/services/homebox.md b/docs/widgets/services/homebox.md index c8d0b7b5..af9ebad5 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 fb54000b..96d864a4 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 a6df0b2c..37b06a4f 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;