Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rosell-dk committed Apr 6, 2024
1 parent 75fde14 commit 928f8eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Convert/Converters/Ewww.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ public static function keepSubscriptionAlive($source, $key)
}
$contentType = curl_getinfo($ch, CURLINFO_CONTENT_TYPE);
if (($contentType != 'application/octet-stream') && ($contentType != 'image/webp')) {

curl_close($ch);

/* May return this: {"error":"invalid","t":"exceeded"} */
Expand Down

0 comments on commit 928f8eb

Please sign in to comment.