Test all of the user's bridges
This commit is contained in:
parent
b50f40fe8a
commit
ba9c2bdc14
|
@ -192,7 +192,6 @@ impl User {
|
|||
if self.submits_reports && level >= 3 {
|
||||
succeeded.push(bucket[i]);
|
||||
}
|
||||
break;
|
||||
} else {
|
||||
if self.submits_reports {
|
||||
failed.push(bucket[i]);
|
||||
|
|
Loading…
Reference in New Issue