Files
klz-cables.com/.pnpm-store/v10/files/4c/3876a8bcae9d1cce82c2824a450db49cf7f272112d7f99c4ca6a24017f0b71fd3de152ae08da79ff385e72242d7cb3827dee2227a6e5c76c11ae910f76be59
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('findLastFrom', require('../findLast'));
func.placeholder = require('./placeholder');
module.exports = func;