diff --git a/app/Http/Controllers/Settings/ExportSettings.php b/app/Http/Controllers/Settings/ExportSettings.php index ee086470d..b6b803451 100644 --- a/app/Http/Controllers/Settings/ExportSettings.php +++ b/app/Http/Controllers/Settings/ExportSettings.php @@ -106,7 +106,7 @@ trait ExportSettings $limit = 300; $profile = Auth::user()->profile; - $type = $request->input('type') == 'ap' ? 'ap' : 'api'; + $type = 'ap'; $count = Status::select('id')->whereProfileId($profile->id)->count(); if($count > $limit) {