Skip to content

Commit

Permalink
Code leanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mifkata committed Apr 24, 2020
1 parent 17995e3 commit 714d465
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/JsonOutput.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ class JsonOutput {
}

getKeys() {
const keys = this.options.head.map(this.toKebabCase);
return keys;
return this.options.head.map(this.toKebabCase);
}

toKebabCase(str) {
Expand Down

0 comments on commit 714d465

Please sign in to comment.