diff --git a/lib/index.js b/lib/index.js index f8b81e1..06fcf9f 100644 --- a/lib/index.js +++ b/lib/index.js @@ -37,7 +37,7 @@ var yellowLabTools = function(url, options) { delete data.params.options.screenshot; // TODO: temporarily set all screenshot sizes to 600px, until we find a solution - ScreenshotHandler.findAndOptimizeScreenshot(600); + ScreenshotHandler.findAndOptimizeScreenshot(600) .then(function(screenshotBuffer) { debug('Screenshot optimized, now saving...');