Files
klz-cables.com/.pnpm-store/v10/files/2b/62a324e403eeefdc7e9d245f93fad722128ce0dae23856f024802d896797e4e1969d5bdb5a20846cfbd09c07cf417ee939acfe92a6f3c848b7e01d9c6e9e61
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
303 B
Plaintext

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