fix pre-commit results

This commit is contained in:
Christian DeLuca 2024-03-10 08:00:03 +00:00
parent 430916c28f
commit 9ba29184ca
3 changed files with 3 additions and 3 deletions

View File

@ -20,4 +20,4 @@ widget:
username: username username: username
password: password password: password
fields: ["items", "locations", "totalValue"] # optional - default fields shown fields: ["items", "locations", "totalValue"] # optional - default fields shown
``` ```

View File

@ -97,6 +97,6 @@ export default async function homeboxProxyHandler(req, res) {
totalWithWarranty: groupStats?.totalWithWarranty, totalWithWarranty: groupStats?.totalWithWarranty,
totalValue: groupStats?.totalItemPrice, totalValue: groupStats?.totalItemPrice,
users: groupStats?.totalUsers, users: groupStats?.totalUsers,
currencyCode: groupData?.currency currencyCode: groupData?.currency,
}); });
} }

View File

@ -4,4 +4,4 @@ const widget = {
proxyHandler: homeboxProxyHandler, proxyHandler: homeboxProxyHandler,
}; };
export default widget; export default widget;