fix: fiber24 stockLevel on_request (was unknown — violated DB constraint)

This commit is contained in:
Rene Fichtmueller 2026-04-18 22:26:45 +02:00
parent d4ad9f4641
commit 785a6731ab

View File

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