mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-11 15:37:57 +00:00
fix response encoding
This commit is contained in:
parent
934d23fe04
commit
d1428b6a16
@ -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…
Reference in New Issue
Block a user