mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 17:31:12 -05:00
Fix moderation type errors
This commit is contained in:
@@ -24,7 +24,7 @@ import { logger } from '@/lib/logger';
|
||||
interface Moderator {
|
||||
user_id: string;
|
||||
username: string;
|
||||
display_name?: string;
|
||||
display_name?: string | null;
|
||||
role: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user