Skip to content

Commit

Permalink
feat: drop extraneous block
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Aug 23, 2019
1 parent 4b9a789 commit fa3aa2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/utils/group-helper.js
Expand Up @@ -57,8 +57,7 @@ class GroupHelper {
}
mapArgToBoolean(name, optionName) {
ifArg(name, function(bool) {
if (bool === true) options[optionName || name] = true;
else if (bool === false) options[optionName || name] = false;
options[optionName || name] = bool;
});
}

Expand Down

0 comments on commit fa3aa2b

Please sign in to comment.