Skip to content

Commit

Permalink
fix: codacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasbaldi committed Nov 17, 2018
1 parent 25a3d9e commit cabfc4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/lib/logging_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ const isSlientLogActivated = (logType) => {
return true;
}
break;
};
}
return false;
}
};

// classic logger configuration (console.log stuff)
const logger = winston.createLogger({
Expand Down

0 comments on commit cabfc4e

Please sign in to comment.