Files
klz-cables.com/.pnpm-store/v10/files/6d/db353487a2d47435fa6bd70d88b2c1fbb34e606b724720cb76ec5194f3c1e157fa96c132800ab91013219ac9c3fd5640c73543fc2711a4ee72689f8e1b9a61
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
293 B
Plaintext

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