1
0
Fork 0

Update ApiV1Controller

This commit is contained in:
Daniel Supernault 2020-02-06 17:20:55 -07:00
parent 75c8c58695
commit 310f668814
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -1729,7 +1729,7 @@ class ApiV1Controller extends Controller
'resolve' => 'nullable',
'limit' => 'nullable|integer|max:40',
'offset' => 'nullable|integer',
'following' => 'nullable|following'
'following' => 'nullable'
]);
return SearchApiV2Service::query($request);