Add TODOs
This commit is contained in:
parent
50d3fd71a6
commit
2417088e80
|
@ -126,6 +126,7 @@ class PickWinnerCommand extends Command
|
||||||
*/
|
*/
|
||||||
private function eventComments(\stdClass $event): Collection
|
private function eventComments(\stdClass $event): Collection
|
||||||
{
|
{
|
||||||
|
// TODO: Cache this.
|
||||||
$response = $this->client->get(
|
$response = $this->client->get(
|
||||||
$event->comments_uri,
|
$event->comments_uri,
|
||||||
['query' => ['resultsperpage' => 1000]])
|
['query' => ['resultsperpage' => 1000]])
|
||||||
|
@ -144,6 +145,7 @@ class PickWinnerCommand extends Command
|
||||||
*/
|
*/
|
||||||
private function talkComments(\stdClass $event): Collection
|
private function talkComments(\stdClass $event): Collection
|
||||||
{
|
{
|
||||||
|
// TODO: Cache this.
|
||||||
$response = $this->client->get(
|
$response = $this->client->get(
|
||||||
$event->all_talk_comments_uri,
|
$event->all_talk_comments_uri,
|
||||||
['query' => ['resultsperpage' => 1000]]
|
['query' => ['resultsperpage' => 1000]]
|
||||||
|
|
Loading…
Reference in a new issue