Files
klz-cables.com/.pnpm-store/v10/files/1f/323d6ed888081c3695a4d08ac2a1838de3a023722f0ef0fce78aad8c4e9acc945a769fc787623f7ab83d7ce6fd0c0146b243955f9878264fa4d0fa4ca55843
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
295 B
Plaintext

import { APIError } from './APIError.js';
export class TimestampsRequired extends APIError {
constructor(collection){
super(`Timestamps are required in the collection ${collection.slug} because you have opted in to Versions.`);
}
}
//# sourceMappingURL=TimestampsRequired.js.map