Files
klz-cables.com/.pnpm-store/v10/files/17/a9eb9b4ff6464ca4cd78980dda4c64b7f4ab5455e3a798fde9ab88df215e61bd3e8d367dc9efa97d714059c80cbd091232034a1ad78d85ed2909f846d76c2f
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
93 B
Plaintext

function mixImmediate(a, b) {
return (p) => (p > 0 ? b : a);
}
export { mixImmediate };