Skip to content

Commit

Permalink
styleci added
Browse files Browse the repository at this point in the history
  • Loading branch information
hotrush committed Mar 27, 2017
1 parent b4e59b4 commit 7e81a67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ private function sendRequest($method, $endpoint, array $payload = [])
$response->on('error', function ($reason) use ($deferred) {
$deferred->reject($reason);
});

});

$request->on('error', function ($reason) use ($deferred) {
Expand Down

0 comments on commit 7e81a67

Please sign in to comment.