Skip to content

Commit af69642

Browse files
committed
[render] fix eslint issues
1 parent 39e6904 commit af69642

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/utils/render.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ var countlyConfig = require('./../config', 'dont-enclose');
4242
* @param {number} options.dimensions.padding - the padding value to subtract from the height of the screenshot
4343
* @param {number} options.dimensions.scale - the scale(ppi) value of the screenshot
4444
* @param {function} cb - callback function called with the error value or the image data
45+
* @return {void} void
4546
*/
4647
exports.renderView = function(options, cb) {
4748
if (puppeteer === undefined) {

0 commit comments

Comments
 (0)