diff options
-rw-r--r-- | bridges/GettrBridge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/GettrBridge.php b/bridges/GettrBridge.php index 356abe3f..c6c5f99a 100644 --- a/bridges/GettrBridge.php +++ b/bridges/GettrBridge.php @@ -32,7 +32,7 @@ class GettrBridge extends BridgeAbstract $this->getInput('user'), max($this->getInput('limit'), 20) ); - $data = json_decode(getContents($api), false, JSON_THROW_ON_ERROR); + $data = json_decode(getContents($api), false); foreach ($data->result->aux->post as $post) { $this->items[] = [ |