From b29f530575f1ff4b9793bfec8147c6e59ea6a48d Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Sun, 1 Sep 2024 16:50:28 +0300 Subject: [PATCH] typo --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 269e1cf..9bb74c2 100644 --- a/index.php +++ b/index.php @@ -29,7 +29,7 @@ if ($request === '/nginx' || $request === "/$scriptname/nginx") { $jicofoStatsData = getJicofoStats($jicofoStatsCommand); $data = [ 'jicofo_status' => getJicofoStatus(), - 'jicofo_API_stats' => $jicofoStatsData; + 'jicofo_API_stats' => $jicofoStatsData, ]; echo json_encode($data, JSON_PRETTY_PRINT) . "\n";