This commit is contained in:
2025-11-18 10:41:04 +01:00
parent a0bca62a67
commit 2f4362e856
+2
View File
@@ -12,6 +12,8 @@ try {
if (isset($payload['chartName'])) {
$btcChange = $payload['chartName'];
}
}
} catch (Throwable $e) {
// Silently ignore network failures, we degrade gracefully in the UI.