mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 21:31:12 -05:00
Fix moderation type errors
This commit is contained in:
@@ -71,12 +71,12 @@ interface Report {
|
||||
reported_entity_type: ReportEntityType;
|
||||
reported_entity_id: string;
|
||||
report_type: string;
|
||||
reason: string;
|
||||
reason: string | null;
|
||||
status: string;
|
||||
created_at: string;
|
||||
reporter_profile?: {
|
||||
username: string;
|
||||
display_name?: string;
|
||||
display_name?: string | null;
|
||||
};
|
||||
reported_content?: ReportedContent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user