Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Kitsu
synopsis
nullability (mihonapp/mihon#1233)
This time, the Kitsu API docs are silent on whether this field (or any other field) can be null/undefined/etc, but it can happen and caused an error during search and update. This change just ensures the attribute is nullable and is set to an empty String when it is null. (cherry picked from commit f5c6d2e)
- Loading branch information