Skip to content

Commit

Permalink
Update ApiController, fix nulls in hashtag endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dansup committed Jun 29, 2021
1 parent d48ebb8 commit f1208de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/Api/ApiV1Controller.php
Expand Up @@ -2029,6 +2029,7 @@ public function timelineHashtag(Request $request, $hashtag)
->map(function ($i) {
return StatusService::get($i);
})
->filter()
->all();

return response()->json($res, 200, [], JSON_PRETTY_PRINT);
Expand Down

0 comments on commit f1208de

Please sign in to comment.