This commit is contained in:
g
2025-02-14 16:07:37 +00:00
parent 6bcbf5a829
commit 732d06ef72

View File

@@ -30,7 +30,7 @@ export async function fetchServer<T = unknown>(
return res.json();
} catch (error) {
//console.error(`Server request to ${endpoint} failed:`, error);
console.error(`Server request to ${endpoint} failed:`, error);
throw error;
}
}