Skip to content

Commit cdd7137

Browse files
author
Milan Pässler
committed
fix aliases
1 parent 112b473 commit cdd7137

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/receiver.js

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ module.exports = function (configData) {
7878
}
7979

8080
if (receiverConf.overlay) {
81+
if (!overlay[id])
82+
overlay[id] = {}
83+
8184
_.merge(overlay[id], obj)
8285
delete raw[id].lastseen
8386
delete raw[id].lastupdate

0 commit comments

Comments
 (0)