feat: harden production data and backups
This commit is contained in:
@@ -137,6 +137,10 @@ class CatchReportCreated(BaseModel):
|
||||
moderation_status: str
|
||||
|
||||
|
||||
class CatchReportAccepted(CatchReportCreated):
|
||||
screenshot_upload_token: str
|
||||
|
||||
|
||||
class AdminCatchReportOut(BaseModel):
|
||||
id: UUID
|
||||
fish: str
|
||||
|
||||
Reference in New Issue
Block a user