From d1428b6a16c4a05c7d71e7730a558012ec7b0dcf Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 16 Sep 2023 17:10:59 +0300 Subject: [PATCH] fix response encoding --- src/crontab/export/push.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crontab/export/push.php b/src/crontab/export/push.php index 1ebe123..288d6e7 100644 --- a/src/crontab/export/push.php +++ b/src/crontab/export/push.php @@ -455,7 +455,7 @@ if (API_EXPORT_PUSH_ENABLED) continue; } - $debug['dump'][$manifest->import->push]['response'] = json_decode($response, true); + $debug['dump'][$manifest->import->push]['response'] = $response; } // Drop processed item from queue