forked from naskya/firefish
fix: profile update api schema to allow null language field #1
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/profile-update-api-schema"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
言語設定機能の実装によりプロフィールの言語を設定していない時に更新できない問題に関して調査したところ、関連するAPIの
paramDef
のlang
fieldの定義が原因だと判明しました。Ajvのdocumentによると、nullableのenum fieldは明示的に
null
をenumのリストに入れる必要があります。Resolved: https://post.naskya.net/notes/9nr4kus7u3m9ighc
f676cc1f19
Pull request closed