fix(aurora): fixed a pydantic ValidationError

This commit is contained in:
Seaswimmer 2024-06-04 15:36:38 -04:00
parent 5d53eec2f1
commit 3168c42787
Signed by untrusted user: cswimr
GPG key ID: 5D671B5D03D65A7F

View file

@ -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":