fix torrents pagination

This commit is contained in:
xiaomlove
2023-04-09 16:49:35 +08:00
parent b8f1690124
commit f7d0b579cf
2 changed files with 11 additions and 7 deletions
-7
View File
@@ -161,10 +161,3 @@ function saveUserMedal($params)
$rep = new \App\Repositories\MedalRepository();
return $rep->saveUserMedal($CURUSER['id'], $data);
}
function claimAllSeeding()
{
global $CURUSER;
$rep = new \App\Repositories\ClaimRepository();
return $rep->claimAllSeeding($CURUSER['id']);
}