Update ApiController, fix nulls in hashtag endpoint

pull/2825/head
Daniel Supernault 4 years ago
parent d48ebb829c
commit f1208de0ef
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -2029,6 +2029,7 @@ class ApiV1Controller extends Controller
->map(function ($i) {
return StatusService::get($i);
})
->filter()
->all();
return response()->json($res, 200, [], JSON_PRETTY_PRINT);

Loading…
Cancel
Save