Edit schedule shouldn't write CSV delimiter as null to mongo if not specified
Abierto
priority: undecided
refactoring
Standardization
- Lenguaje dominante
- Scala
- Estrellas
- 33
- Forks
- 16
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## Describe the bug
Edit/Create schedule writes CSV delimiter as null to mongo if not specified.
## Expected behaviour
It should not write null, this then forces future coders to do null checks. This should be either not specified, so an option can be used or even better save it as plain `,` (comma).
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.