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

1 line
614 B
Plaintext

{"version":3,"file":"throw-core-collection.js","names":[],"sources":["../../../src/rest/utils/throw-core-collection.ts"],"sourcesContent":["import { isSystemCollection } from './is-system-collection.js';\n\n/**\n *\n * @param value\n * @param message\n * @throws Throws an error if the collection starts with the `directus_` prefix\n */\nexport const throwIfCoreCollection = (value: string | number | symbol, message: string) => {\n\tif (isSystemCollection(String(value))) {\n\t\tthrow new Error(message);\n\t}\n};\n"],"mappings":"+DAQA,MAAa,GAAyB,EAAiC,IAAoB,CAC1F,GAAI,EAAmB,OAAO,EAAM,CAAC,CACpC,MAAU,MAAM,EAAQ"}