Files
klz-cables.com/.pnpm-store/v10/files/16/5833b38ac24058595471531b755b5d2e924d0046b52852f9636900ba6a553ca9fcf7ba23dcf5a6b3a68fc7ffbb90e1846cfc7ae9d2ef9b7bd9ca2a77c92dd6
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
155 B
Plaintext

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