Skip to content

Conversation

@tomaszburas
Copy link
Collaborator

No description provided.

@tomaszburas tomaszburas self-assigned this Dec 10, 2025
@medusajs
Copy link

medusajs bot commented Dec 10, 2025

Name Deployment Status Preview Link Timestamp
Api - mercur - sales sandbox 🔵 Pending Increase previews limit Wed, 10 Dec 2025 14:57:55 GMT

@railway-app
Copy link

railway-app bot commented Dec 10, 2025

🚅 Deployed to the mercur-pr-554 environment in [DEV & QA] mercur-internal

Service Status Web Updated (UTC)
mercur ✅ Success (View Logs) Web Dec 23, 2025 at 1:18 pm

);
const attributeValues = attributeValuesProduct
.map((element) => element.attribute_value)
.filter((value) => value !== null && value !== undefined);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

value != null does the trick as well, but I'm not pushing it ;)

)
const unchangedProductValue = productValues
.filter((prodVal) => prodVal.attribute_value) // Filter out null values
.find(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants