Edit schedule shouldn't write CSV delimiter as null to mongo if not specified
Open
priority: undecided
refactoring
Standardization
- Dominant language
- Scala
- Stars
- 33
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
## 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).
Contributor guide
Assessment
This issue has not been assessed yet.