Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Hardcoded string for the version of CRN needed to be fix
If the fetch of the version wasn't found (Timeout, connectionError, etc ...) There was a hardcoded string that replaced the version field. But this wasn't the best option. Solution: Return Optionnal[str] instead for being able to return a None value
- Loading branch information