Compare commits

..

No commits in common. "master" and "v1.4.0" have entirely different histories.

View File

@ -133,7 +133,6 @@ func processUnifiAPI(s int) ([]node, []link, error) {
// INFLUX STOP
//log.Println(currentDevice.Mac)
if currentDevice.Mac != "" {
nodes = append(nodes, node{
Firstseen: "0",
Lastseen: time.Unix(int64(currentDevice.LastSeen), 0).Format(iso8601),
@ -168,7 +167,6 @@ func processUnifiAPI(s int) ([]node, []link, error) {
Model: model,
})
}
}
return nodes, links, err
}