[mirotalksfu] - add Brand Customizations, update dep

هذا الالتزام موجود في:
Miroslav Pejic
2024-03-21 14:56:00 +01:00
الأصل 59903f8b68
التزام d5eb5a83e9
16 ملفات معدلة مع 393 إضافات و129 حذوفات

عرض الملف

@@ -10,7 +10,7 @@ const apiUrl = window.location.origin + '/stats';
if (statsData) {
setStats(JSON.parse(statsData));
} else {
fetch(apiUrl)
fetch(apiUrl, { timeout: 5000 })
.then((response) => {
if (!response.ok) {
throw new Error('Network response was not ok');