Update ApiV1Controller.php

pull/5864/head
Daniel Supernault 4 weeks ago
parent 199888e4d4
commit c4af4d9921
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -3014,7 +3014,7 @@ class ApiV1Controller extends Controller
'since_id' => 'nullable|integer',
]);
$limit = $request->input('limit', 10);
$limit = $request->input('limit', 20);
if ($limit > 20) {
$limit = 20;
}

Loading…
Cancel
Save