care.config.ts
Showing 1 of 1 total issue
Function careApps
has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring. Open
Open
? env.REACT_ENABLED_APPS.split(",").map((app) => { const [module, cdn] = app.split("@"); const [org, repo] = module.split("/"); if (!org || !repo) {
- Read upRead up
- Create a ticketCreate a ticket