fix: fiber24 stockLevel on_request (was unknown — violated DB constraint)
This commit is contained in:
parent
d4ad9f4641
commit
785a6731ab
@ -237,7 +237,7 @@ export async function scrapeFiber24(): Promise<void> {
|
|||||||
sourceVendorId: vendorId,
|
sourceVendorId: vendorId,
|
||||||
price: product.price,
|
price: product.price,
|
||||||
currency: product.currency,
|
currency: product.currency,
|
||||||
stockLevel: "unknown",
|
stockLevel: "on_request",
|
||||||
url: product.url,
|
url: product.url,
|
||||||
contentHash: hash,
|
contentHash: hash,
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user