Files
klz-cables.com/.pnpm-store/v10/files/0c/d73883938d30b3be071a509af5cdd8788ad2f655f1db93d8fc813d872c165dc5b7fd25d81ed5b360b3981eaa7ce43ea1b32ba645f28fe2dd68797e9baa26f6
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
169 B
Plaintext

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