Files
klz-cables.com/.pnpm-store/v10/files/fa/c1fee57e00837df601b7260d68cc4def3c2e602eef65470f1a1fb41881027ecf3b0a7b192405c78b5e371b9ad53de05f3fe274f08f7a14ae6a548cce040e9f
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

8 lines
279 B
Plaintext

/**
* Default implementation of `beginTransaction` that returns a resolved promise of null
*/ export function defaultBeginTransaction() {
const promiseSingleton = Promise.resolve(null);
return ()=>promiseSingleton;
}
//# sourceMappingURL=defaultBeginTransaction.js.map