Skip to content

Commit

Permalink
馃毃 Remove linter errors
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Cuesta <carloscuesta@me.com>
  • Loading branch information
carloscuesta committed Apr 13, 2017
1 parent 62835ba commit 1bdd2c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gitmoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ class GitmojiCli {
constructor(gitmojiApiClient, gitmojis) {
this._gitmojiApiClient = gitmojiApiClient;
this._gitmojis = gitmojis;
if (config.get('autoadd') === undefined) config.set('autoadd', true)
if (config.get('autoadd') === undefined) {
config.set('autoadd', true);
}
}

config() {
Expand Down

0 comments on commit 1bdd2c2

Please sign in to comment.