Fix error in retriggeer logic

This commit is contained in:
James Agnew 2018-10-17 07:02:11 -04:00
parent aa1f624132
commit b220154e9c
1 changed files with 0 additions and 1 deletions

View File

@ -248,7 +248,6 @@ public class SubscriptionTriggeringProvider implements IResourceProvider, Applic
theJobDetails.setCurrentSearchUuid(search.getUuid());
theJobDetails.setCurrentSearchResourceType(resourceType);
theJobDetails.setCurrentSearchCount(params.getCount());
theJobDetails.setCurrentSearchCount(null);
theJobDetails.setCurrentSearchLastUploadedIndex(-1);
}