Files
klz-cables.com/.pnpm-store/v10/files/59/376ef0abe3f34f17e218829c2079971ad769ef6577f48e4d1210162d494b7f8685dc1af7bdf535a1e7b085fc8fae9da271908f9531dd9213fa994ec77685b5
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
313 B
Plaintext

import{throwIfEmpty as e}from"../../utils/throw-if-empty.js";const t=e=>()=>({path:`/dashboards`,params:e??{},method:`GET`}),n=(t,n)=>()=>(e(String(t),`Key cannot be empty`),{path:`/dashboards/${t}`,params:n??{},method:`GET`});export{n as readDashboard,t as readDashboards};
//# sourceMappingURL=dashboards.js.map