Browse Source

fix response encoding

main
ghost 1 year ago
parent
commit
d1428b6a16
  1. 2
      src/crontab/export/push.php

2
src/crontab/export/push.php

@ -455,7 +455,7 @@ if (API_EXPORT_PUSH_ENABLED) @@ -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

Loading…
Cancel
Save