fix(aurora): fixed a TypeError
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Failing after 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 39s

This commit is contained in:
Seaswimmer 2024-07-06 12:27:59 -04:00
parent bf945ec9f1
commit 0c628cf2a2
Signed by: cswimr
GPG key ID: 3813315477F26F82
2 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@ class Moderation(AuroraGuildModel):
return self.moderation_id
@property
def type(self) -> str:
def type(self) -> Type:
return self.moderation_type
@property