Files
klz-cables.com/.pnpm-store/v10/files/a0/3f4d25c0e6d3f02e1e4d6947900d40ac99e27a2b1325ccd71749d7ff6f1214282340a007803e1e02f88b1d76052a7b9cc965334a571e75addc960d2155e7a9
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
179 B
Plaintext

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