Remove copypasted to-be-unused query parameters

This commit is contained in:
Buck Doyle 2020-11-09 09:04:14 -06:00
parent cc0336bf0f
commit 75861b8b4f

View file

@ -12,18 +12,9 @@ export default class OptimizeController extends Controller {
@controller('optimize/summary') summaryController; @controller('optimize/summary') summaryController;
queryParams = [ queryParams = [
// {
// currentPage: 'page',
// },
// { // {
// searchTerm: 'search', // searchTerm: 'search',
// }, // },
// {
// sortProperty: 'sort',
// },
// {
// sortDescending: 'desc',
// },
{ {
qpType: 'type', qpType: 'type',
}, },