Move parenthesis
This commit is contained in:
parent
2417088e80
commit
a564aa85fa
|
@ -129,8 +129,8 @@ class PickWinnerCommand extends Command
|
|||
// TODO: Cache this.
|
||||
$response = $this->client->get(
|
||||
$event->comments_uri,
|
||||
['query' => ['resultsperpage' => 1000]])
|
||||
->getBody();
|
||||
['query' => ['resultsperpage' => 1000]]
|
||||
)->getBody();
|
||||
|
||||
return collect(json_decode($response)->comments);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue