Bug - Download broken for resources with multiple projects
Open
delta
- Dominant language
- Scala
- Stars
- 301
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
[Original bug report on slack](https://bluebrainproject.slack.com/archives/G013010870B/p1685092156250209)
Some test resources in delta can have multiple projects. Downloading these resources break the app probably because instead of passing a string for regular expression matching, we pass an array (on which `.match()` method does not exist).
Acceptance criteria:
Resources (in any environment) should not have multiple projects.
Contributor guide
Assessment
This issue has not been assessed yet.