mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-02 09:54:26 +08:00
added empty string to params
This commit is contained in:
parent
8d1dd2be12
commit
16f2093004
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ func PublishPeerUpdate() error {
|
|||
// PublishSingleHostUpdate --- determines and publishes a peer update to one host
|
||||
func PublishSingleHostUpdate(host *models.Host) error {
|
||||
|
||||
peerUpdate, err := logic.GetPeerUpdateForHost(host)
|
||||
peerUpdate, err := logic.GetPeerUpdateForHost("", host)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue