Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Kitsu synopsis nullability #1233

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

MajorTanya
Copy link
Contributor

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.

I hope this will be the last of the Kitsu fixes but honestly, I don't know anymore.

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.
@AntsyLich AntsyLich merged commit f5c6d2e into mihonapp:main Sep 17, 2024
1 check passed
@MajorTanya MajorTanya deleted the fix-kitsu-synopsis-nullability branch September 17, 2024 21:14
cuong-tran pushed a commit to komikku-app/komikku that referenced this pull request Sep 18, 2024
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 f5c6d2e1a6896c031b8f4583375ee868f252822a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants