Files
klz-cables.com/.pnpm-store/v10/files/c9/57beb0c84b452349f73b47a826578fb88b68df489baac75648b2b40cb1f8e7725332a600b9a792ea990c467f805ec9504bb1f83ce6eb3bab42c62070be1923
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
397 B
Plaintext

import{throwIfEmpty as e}from"../../utils/throw-if-empty.js";import{throwIfCoreCollection as t}from"../../utils/throw-core-collection.js";const n=(n,r,i)=>()=>(e(String(n),`Collection cannot be empty`),t(n,`Cannot use updateSingleton for core collections`),{path:`/items/${n}`,params:i??{},body:JSON.stringify(r),method:`PATCH`});export{n as updateSingleton};
//# sourceMappingURL=singleton.js.map