Update ExportSettings

pull/1194/head
Daniel Supernault 6 years ago
parent 2063bfc9fd
commit a23900ed8b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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) {

Loading…
Cancel
Save