Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos in models #164

Merged
merged 8 commits into from
Aug 25, 2023
Merged

fix: typos in models #164

merged 8 commits into from
Aug 25, 2023

Commits on Aug 24, 2023

  1. Changed: event.py Fixed typo errors in Event(BaseModel) achievement: …

    …Optional[Achievement] = None # typo achievment and in common.py Achievement(BaseModel) description: str # typo desciption
    EnricoBaivo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e391d95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ad8cbb View commit details
    Browse the repository at this point in the history
  3. Fixed: Achievement class parameter mode is a optional Field, possible…

    … can be null. Example is the achievement: Autocreation that has a gamemode of null
    EnricoBaivo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c50b394 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    97bac22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb1aea3 View commit details
    Browse the repository at this point in the history
  3. Update .gitignore

    NiceAesth authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e0dbe07 View commit details
    Browse the repository at this point in the history
  4. chore: fix pr

    NiceAesth authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ba3930c View commit details
    Browse the repository at this point in the history
  5. chore: fix pr

    NiceAesth authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0b2e43e View commit details
    Browse the repository at this point in the history