fix incorrect condition
should have tested!
This commit is contained in:
@ -474,7 +474,7 @@ func infoFromURL(
|
||||
filteredEntrise = append(filteredEntrise, ee)
|
||||
}
|
||||
continue
|
||||
} else if e.ID == "" {
|
||||
} else if e.ID != "" {
|
||||
filteredEntrise = append(filteredEntrise, e)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user