Files
klz-cables.com/.pnpm-store/v10/files/d3/e6ea7ea6cb0b69494dea0b9e20ee2538e842928440003cac28ace4b39d6500fa3e64938b1a37b9399c7475704a866c3100693d1ad88257765cd9ea92340287
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
356 B
Plaintext

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