Skip to content

Commit

Permalink
chore(project): eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjones-cisco committed Jan 7, 2016
1 parent 6ab7d8d commit dbf0b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/templates/_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ module.exports = {

case 'offset':
if (!_.isUndefined(item) && !_.isNaN(_.parseInt(item))) {
options['skip'] = _.parseInt(item);
options.skip = _.parseInt(item);
}
break;

Expand Down

0 comments on commit dbf0b09

Please sign in to comment.