DONE: remove verified by ajk, fix bug on pagination, improve UI
This commit is contained in:
@@ -111,6 +111,7 @@ class GetController extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
return $q->paginate(50);
|
||||
// Return all voters with pagination
|
||||
return $q->paginate(1000);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user