fix pre-commit results

pull/3095/head
Christian DeLuca 3 months ago
parent 430916c28f
commit 9ba29184ca

@ -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,
});
}

Loading…
Cancel
Save