Editted Image edges

This commit is contained in:
Olu Amey
2021-10-02 19:45:48 -04:00
parent 09fc79398c
commit 650d7c92b5
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class WpContentsClient
$response = $client->request(
'GET',
"{$apiEndpointsUrl}/wordpress-data",
['connect_timeout' => 2, 'timeout' => 3, 'debug' => true]
['connect_timeout' => 2, 'timeout' => 3, 'debug' => false]
);
} catch (Exception $e) {
// echo "\n".$e->getMessage()."\n";
Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 172 KiB