Files
klz-cables.com/.pnpm-store/v10/files/5d/d194be3e222fb68bc8ee67e42dc8817b8551077328e2aaa7ea97bff6717063ef4700ea492ccec5a75bf664c04a0a0d721c5f20c7286382b50c7d8e2729adcb
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

7 lines
145 B
Plaintext

export async function wait(ms) {
return new Promise((resolve)=>{
setTimeout(resolve, ms);
});
}
//# sourceMappingURL=wait.js.map