Skip to content

Commit bc5181e

Browse files
committed
fix: temp log
1 parent 1177952 commit bc5181e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/queries/cs-variants.js

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export const adapter = (variants) => variants.map(({ selections, product }) => {
2020
const minPrice = product.priceRange?.minimum ?? product.price;
2121
const maxPrice = product.priceRange?.maximum ?? product.price;
2222

23+
console.debug('minPrice, maxPrice: ', minPrice, maxPrice);
24+
2325
/** @type {Variant} */
2426
const variant = {
2527
name: product.name,

0 commit comments

Comments
 (0)