Minor fix
This commit is contained in:
parent
21c0731aa0
commit
09ee8e15fa
1 changed files with 0 additions and 1 deletions
|
|
@ -88,7 +88,6 @@ public class SignalService {
|
|||
List<PhoneFidMap> filteredItems;
|
||||
if (filter != null) {
|
||||
filteredItems = batch.stream().filter(filter).toList();
|
||||
updateFlags(batch.stream().filter(filter).toList(), packageId);
|
||||
} else {
|
||||
filteredItems = batch;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue