Files
klz-cables.com/.pnpm-store/v10/files/41/e9942f1a2eb30568d7cc6d48239ade376ddf5017a5a3d1f99e0272d5ec5d84febf5c248b25d08bc27e9e0357e43bdee11451b2e2f9617f40979c5cf600adae
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
348 B
Plaintext

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