mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-31 00:40:47 +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->authCheck();
|
||||||
|
|
||||||
$this->validate($request, [
|
$this->validate($request, [
|
||||||
'type' => 'required|string',
|
|
||||||
'item' => 'required|integer|min:1',
|
'item' => 'required|integer|min:1',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue