prune eq
This commit is contained in:
@@ -436,9 +436,8 @@ function handle_host(e) {
|
||||
obj[ACTORDATA].port = e.peer.port
|
||||
}
|
||||
arrfor(array(obj), function(key) {
|
||||
if (object.has(obj, key)) {
|
||||
if (key in obj)
|
||||
populate_actor_addresses(obj[key])
|
||||
}
|
||||
})
|
||||
}
|
||||
if (data.data) populate_actor_addresses(data.data)
|
||||
|
||||
Reference in New Issue
Block a user