chore(auto): task completed - unknown

This commit is contained in:
MythEclipse
2026-06-13 12:11:37 +07:00
parent 5b04a4637c
commit dcede1d676
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ export interface DashboardStats {
today_messages: number;
today_flagged: number;
active_users_24h: number;
top_channels: Array<{ channel_id: string; message_count: number }>;
top_channels: Array<{ channel_id: string; channel_name: string | null; message_count: number }>;
moderation_overview: {
pending: number;
processing: number;