Update: 2026-05-08 02:25:00
This commit is contained in:
@@ -75,6 +75,6 @@ try {
|
||||
], 'إحصائيات استخدام الذكاء الاصطناعي');
|
||||
|
||||
} catch (\Exception $e) {
|
||||
error_log("AI Usage Stats Error: " . $e->getMessage());
|
||||
json_error('خطأ في جلب إحصائيات AI', 500);
|
||||
error_log("AI Usage Stats Error: " . $e->getMessage() . " | " . $e->getTraceAsString());
|
||||
json_error('خطأ في جلب إحصائيات AI: ' . $e->getMessage(), 500);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user