Ninja fix for previous commit
This commit is contained in:
parent
aadb3df715
commit
6a78556fda
@ -264,7 +264,7 @@ public class ReportManager
|
||||
{
|
||||
if (report.getResult().isPresent())
|
||||
{
|
||||
return CompletableFuture.completedFuture(true);
|
||||
return CompletableFuture.completedFuture(false);
|
||||
}
|
||||
|
||||
return calculatePriority(report).thenApply(priority -> priority > 0);
|
||||
|
Loading…
Reference in New Issue
Block a user