Files
klz-cables.com/.pnpm-store/v10/files/81/658b16e49429e25a1f9d2af5999436e47ed5201e380237ddaf1b4fad2508e425c550b97fe76e9be61728fcc426c93b4be4131ec82dc3167327967387cce04e
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

6 lines
165 B
Plaintext

var convert = require('./convert'),
func = convert('updateWith', require('../updateWith'));
func.placeholder = require('./placeholder');
module.exports = func;