WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 347 commits from aurora-pydantic into main
Showing only changes of commit a05e957dde - Show all commits

View file

@ -18,7 +18,7 @@ class JSONEncoder(json.JSONEncoder):
case AuroraBaseModel(): case AuroraBaseModel():
return o.dump() return o.dump()
case Type(): case Type():
return o.moderation_type return o.key
case Red(): case Red():
return None return None
case _: case _: