mirror of
				https://github.com/interviewstreet/go-jira.git
				synced 2025-10-30 23:47:46 +02:00 
			
		
		
		
	fix: resolve nogo tautological linting error (#364)
This commit is contained in:
		| @@ -130,13 +130,11 @@ func (fs *FilterService) GetListWithContext(ctx context.Context) ([]*Filter, *Re | ||||
| 		return nil, nil, err | ||||
| 	} | ||||
|  | ||||
| 	if options != nil { | ||||
| 	q, err := query.Values(options) | ||||
| 	if err != nil { | ||||
| 		return nil, nil, err | ||||
| 	} | ||||
| 	req.URL.RawQuery = q.Encode() | ||||
| 	} | ||||
|  | ||||
| 	filters := []*Filter{} | ||||
| 	resp, err := fs.client.Do(req, &filters) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user