Files
klz-cables.com/.pnpm-store/v10/files/f3/0f1ef13d7b773b6a1bc6a30ac756a6f75b3e992d304a948b1c0dc2e7701bebc7516465624d87e61a7c3d29a79b938d6ad9b933212db9df0f70bc72cca4f6b3
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
302 B
Plaintext

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