length of answers check is unnecessary

This commit is contained in:
Steve Coursen
2018-02-15 10:49:43 -05:00
parent 786a4fb06a
commit eb97b43d28
+3 -4
View File
@@ -234,10 +234,9 @@ class Ns1Provider(BaseProvider):
)
params['filters'] = []
if has_country:
if len(params['answers']) > 1:
params['filters'].append(
{"filter": "shuffle", "config": {}}
)
params['filters'].append(
{"filter": "shuffle", "config": {}}
)
params['filters'].append(
{"filter": "geotarget_country", "config": {}}
)