Browse Source

Merge pull request #660 from wunter8/remove-redundant-poll-param

remove redundant ?poll=1 query param
Philipp C. Heckel 2 năm trước cách đây
mục cha
commit
fd6e470f3c
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      cmd/subscribe.go

+ 0 - 3
cmd/subscribe.go

@@ -137,9 +137,6 @@ func execSubscribe(c *cli.Context) error {
 		}
 		options = append(options, client.WithBasicAuth(user, pass))
 	}
-	if poll {
-		options = append(options, client.WithPoll())
-	}
 	if scheduled {
 		options = append(options, client.WithScheduled())
 	}