diff --git a/server/controllers/lighthouse.js b/server/controllers/lighthouse.js index fd93d34..fe49850 100644 --- a/server/controllers/lighthouse.js +++ b/server/controllers/lighthouse.js @@ -126,6 +126,8 @@ function getResults (input) { ], }, }, + size: input.size, + from: input.from, }, /* body : { 'query': { @@ -143,8 +145,6 @@ function getResults (input) { }, }, }, - size: input.size, - from: input.from, }, */ }); }