From 2f4362e856f81d88fb2456bf5dd1f7d58ee6fa52 Mon Sep 17 00:00:00 2001 From: Metacube2 Date: Tue, 18 Nov 2025 10:41:04 +0100 Subject: [PATCH] test --- synth/index.php | 2 ++ 1 file changed, 2 insertions(+) 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.