fix pre-commit results
This commit is contained in:
parent
430916c28f
commit
9ba29184ca
@ -20,4 +20,4 @@ widget:
|
||||
username: username
|
||||
password: password
|
||||
fields: ["items", "locations", "totalValue"] # optional - default fields shown
|
||||
```
|
||||
```
|
||||
|
||||
@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
@ -4,4 +4,4 @@ const widget = {
|
||||
proxyHandler: homeboxProxyHandler,
|
||||
};
|
||||
|
||||
export default widget;
|
||||
export default widget;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user