소스 검색

remove redundant ?poll=1 query param

Hunter Kehoe 3 년 전
부모
커밋
ee97e1110d
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      cmd/subscribe.go

+ 0 - 3
cmd/subscribe.go

@@ -126,9 +126,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())
 	}