Skip to content

Clean up User init #68

@jicruz96

Description

@jicruz96

In ./models/user.py , the User init currently creates a random string if a specific attribute that should have existed doesn't exist. The issue with this is that if for any reason there ever were a case where the User init received faulty init values, we wouldn't detect the error until much later in the code because it wouldn't actually fail. So we should probably clean this up for production.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions