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