Files
klz-cables.com/.pnpm-store/v10/files/ce/fb3eac71c0d08a3df72d80307503533ec83a158029c8847294dc4bb4b3ffb8e47fd7096c83c39b1763605d74364486f640cf230ca7a713bf724f77515e46f2
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
189 B
Plaintext

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