[courier/segmented] remove search_type=count again (bad merge?)

This commit is contained in:
spalger 2016-02-08 16:14:12 -07:00
parent 9a4bb32385
commit 135188e334

View file

@ -93,8 +93,6 @@ export default function CourierSegmentedReqProvider(es, Private, Promise, Notifi
params.body.size = self._pickSizeForIndices(indices);
}
if (params.body.size === 0) params.search_type = 'count';
return params;
});
};