Skip to content
This repository was archived by the owner on Mar 11, 2023. It is now read-only.
This repository was archived by the owner on Mar 11, 2023. It is now read-only.

Unchecked nulls in User #341

@s5bug

Description

@s5bug

Some of the fields in User such as lang, profile_background_image_url, and profile_background_image_url_https are nullable, but not marked as Option in the case classes.

This breaks circe's printing, as it expects all values to be non-null.

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