mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-21 17:28:31 -05:00
remove: unused variable assignment
These variables aren't used.
This commit is contained in:
@@ -219,8 +219,6 @@ class RequestController extends Controller
|
||||
|
||||
$torrentRequest->update($request->validated());
|
||||
|
||||
$category = $torrentRequest->category;
|
||||
|
||||
match (true) {
|
||||
$torrentRequest->tmdb_tv_id !== null => new TMDBScraper()->tv($torrentRequest->tmdb_tv_id),
|
||||
$torrentRequest->tmdb_movie_id !== null => new TMDBScraper()->movie($torrentRequest->tmdb_movie_id),
|
||||
|
||||
Reference in New Issue
Block a user