Files
klz-cables.com/.pnpm-store/v10/files/98/52ef4794c1a6e7c1e6bda1b16ea0b84c44a658b4b255335cb45cf934dfcc0f968d0bbd24ab7093c151aeb55020ff4396f14bf20dd58f489e707bee86fd10b4
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
341 B
Plaintext

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