jikan-me / jikan

Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
https://jikan.moe
MIT License
851 stars 94 forks source link

Person given name should return null if empty #498

Closed ToshY closed 1 year ago

ToshY commented 1 year ago

Problem

If the given name is empty for person, the parser returns an empty string '' instead of null.

Reproduction

Example

Solution

Return null if empty.

github-actions[bot] commented 1 year ago

This issue will be closed and archived in 18 days, as there has been no activity in the last 60 days. If this issue is still relevant or you would like to see it actioned, please respond and we will re-open this issue.

ToshY commented 1 year ago

still relevant