mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
call parseNeighbours
This commit is contained in:
@@ -83,7 +83,7 @@ func (self *Birdwatcher) Neighbours() (api.NeighboursResponse, error) {
|
||||
return api.NeighboursResponse{}, err
|
||||
}
|
||||
|
||||
neighbours, err := parseNeighbours(bird)
|
||||
neighbours, err := parseNeighbours(bird, self.config)
|
||||
if err != nil {
|
||||
return api.NeighboursResponse{}, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user