remove redundant ?poll=1 query param
This commit is contained in:
		
							parent
							
								
									477c9d3ed5
								
							
						
					
					
						commit
						ee97e1110d
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
					@ -126,9 +126,6 @@ func execSubscribe(c *cli.Context) error {
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		options = append(options, client.WithBasicAuth(user, pass))
 | 
							options = append(options, client.WithBasicAuth(user, pass))
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	if poll {
 | 
					 | 
				
			||||||
		options = append(options, client.WithPoll())
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
	if scheduled {
 | 
						if scheduled {
 | 
				
			||||||
		options = append(options, client.WithScheduled())
 | 
							options = append(options, client.WithScheduled())
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue