Files
klz-cables.com/.pnpm-store/v10/files/10/c794b295f75d51bf25d73843ff3c981bcda07c32f0b95148f122b07c3c6f3c193032c04d4011237164cb8db785c9edb285759c95075ee8927a6dd25eb51d50
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:`/operations`,params:e??{},method:`GET`}),n=(t,n)=>()=>(e(String(t),`Key cannot be empty`),{path:`/operations/${t}`,params:n??{},method:`GET`});export{n as readOperation,t as readOperations};
//# sourceMappingURL=operations.js.map