Files
klz-cables.com/.pnpm-store/v10/files/b8/7123492d7628a9f257f8291fa85e24da68921d819944d84f76d697271101d8dc906a4f7b9a52ba88759d40d8fd0aa822317aa84eaaf8dee78e2aac58a6f9f8
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

2 lines
333 B
Plaintext

const e=require(`../../utils/throw-if-empty.cjs`),t=t=>()=>(e.throwIfEmpty(t,`Keys cannot be empty`),{path:`/folders`,body:JSON.stringify(t),method:`DELETE`}),n=t=>()=>(e.throwIfEmpty(t,`Key cannot be empty`),{path:`/folders/${t}`,method:`DELETE`});exports.deleteFolder=n,exports.deleteFolders=t;
//# sourceMappingURL=folders.cjs.map