Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
guitavano committed Feb 13, 2025
1 parent 816b09c commit 61d289b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions linx/loaders/auction/apiList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const loader = (
const responsePromise = layer
["POST /v1/Catalog/API.svc/web/SearchProductAuctions"](
{},
// @ts-ignore body is required
{ body: {} },
).then(async (response) => {
return await response.json();
Expand Down
2 changes: 1 addition & 1 deletion linx/utils/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export const toProduct = (
}));

const displayPrice = {
"@type": "PropertyValue",
"@type": "PropertyValue" as const,
name: product.DisplayPrice,
value: product.DisplayPrice,
additionalType: "displayPrice",
Expand Down

0 comments on commit 61d289b

Please sign in to comment.