Files
klz-cables.com/.pnpm-store/v10/files/1f/4e9668c49e098dc00bf00a14d567d09e30c0be8d9a1c8c179f8833cffd5cc2e7dc96be90021c08d7df1dd3b554f97c40590ad3699e942bf5edf69f2240e258
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

7 lines
99 B
Plaintext

/**
* Returns the first argument it receives.
*/
export function identityFunc(x) {
return x;
}