mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update StatusController
This commit is contained in:
parent
0376a497ba
commit
13aaf64412
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ class StatusController extends Controller
|
|||
$this->authCheck();
|
||||
|
||||
$this->validate($request, [
|
||||
'type' => 'required|string',
|
||||
'item' => 'required|integer|min:1',
|
||||
]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue