mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
hipchat-appender: remove redundancy
This commit is contained in:
parent
beeeac0810
commit
9a71781c05
@ -45,7 +45,6 @@ function hipchatAppender(config) {
|
||||
|
||||
var notifierFn;
|
||||
|
||||
notifier.setRoom(config.hipchat_room);
|
||||
notifier.setRoom(config.hipchat_room);
|
||||
notifier.setFrom(config.hipchat_from || '');
|
||||
notifier.setNotify(config.hipchat_notify || false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user