fix(aurora): fixed a pydantic ValidationError
This commit is contained in:
parent
5d53eec2f1
commit
3168c42787
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ class Moderation(AuroraGuildModel):
|
|||
if reason == "NULL":
|
||||
reason = None
|
||||
|
||||
if resolved_by == "NULL":
|
||||
if resolved_by == "NULL" or resolved_by == '?':
|
||||
resolved_by = None
|
||||
|
||||
if resolved_reason == "NULL":
|
||||
|
|
Loading…
Reference in a new issue