We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdeeeb0 commit ce51e69Copy full SHA for ce51e69
src/Core/Worker.php
@@ -81,7 +81,7 @@ protected function firePost($job)
81
throw new \Exception($curlResponse);
82
}
83
84
- if ($response->status_code !== 200) {
+ if ($response->status_code != 200) {
85
throw new \Exception($response->error_description, $response->error_code);
86
87
0 commit comments