diff --git a/synth/index.php b/synth/index.php index f41e51d..38169f9 100644 --- a/synth/index.php +++ b/synth/index.php @@ -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.