Update ExportSettings

pull/1194/head
Daniel Supernault 2019-04-24 21:13:10 -06:00
rodzic 2063bfc9fd
commit a23900ed8b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -106,7 +106,7 @@ trait ExportSettings
$limit = 300; $limit = 300;
$profile = Auth::user()->profile; $profile = Auth::user()->profile;
$type = $request->input('type') == 'ap' ? 'ap' : 'api'; $type = 'ap';
$count = Status::select('id')->whereProfileId($profile->id)->count(); $count = Status::select('id')->whereProfileId($profile->id)->count();
if($count > $limit) { if($count > $limit) {