Browse Source

added empty string to params

0xdcarns 2 năm trước cách đây
mục cha
commit
16f2093004
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mq/publishers.go

+ 1 - 1
mq/publishers.go

@@ -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
 	}