Files
klz-cables.com/.pnpm-store/v10/files/8a/7275124c00ec6c828a4da68c82a294d44242b102af20818c4f2155b792a532b194e07486738fcb08c072a3e27f5f5fe0f6610b443d0909afdddcd4a11c8b8a
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
540 B
Plaintext

const e=require(`../../utils/throw-if-empty.cjs`),t=(t,n,r)=>()=>(e.throwIfEmpty(t,`Keys cannot be empty`),{path:`/dashboards`,params:r??{},body:JSON.stringify({keys:t,data:n}),method:`PATCH`}),n=(e,t)=>()=>({path:`/dashboards`,params:t??{},body:JSON.stringify(e),method:`PATCH`}),r=(t,n,r)=>()=>(e.throwIfEmpty(t,`Key cannot be empty`),{path:`/dashboards/${t}`,params:r??{},body:JSON.stringify(n),method:`PATCH`});exports.updateDashboard=r,exports.updateDashboards=t,exports.updateDashboardsBatch=n;
//# sourceMappingURL=dashboards.cjs.map