WIP: Refactor Aurora (3.0.0) #29
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class JSONEncoder(json.JSONEncoder):
|
|||
case AuroraBaseModel():
|
||||
return o.dump()
|
||||
case Type():
|
||||
return o.moderation_type
|
||||
return o.key
|
||||
case Red():
|
||||
return None
|
||||
case _:
|
||||
|
|
Loading…
Reference in a new issue