Skip to content

Commit ce51e69

Browse files
authored
Update Worker.php
1 parent cdeeeb0 commit ce51e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Worker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ protected function firePost($job)
8181
throw new \Exception($curlResponse);
8282
}
8383

84-
if ($response->status_code !== 200) {
84+
if ($response->status_code != 200) {
8585
throw new \Exception($response->error_description, $response->error_code);
8686
}
8787

0 commit comments

Comments
 (0)