Skip to content

Unexpected Replacement of icon Field Type to IconAsset After Executing EnkaNetworkResponse.parse_obj(data) #54

Description

@luoshuijs

When executing the function EnkaNetworkResponse.parse_obj(data), an unintended behavior was observed where the icon field type in the original data is being replaced with IconAsset. This issue is unexpected and should not occur.

code:

result = EnkaNetworkResponse.parse_obj(data)

Before:
photo_2023-10-21_18-20-58

After:
photo_2023-10-21_18-21-11

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions