fix sync summary count ok

This commit is contained in:
komodo
2025-03-12 05:18:53 -04:00
committed by mbecker20
parent 386d463a0a
commit 7094c4e3c5

View File

@@ -138,7 +138,9 @@ impl Resolve<ReadArgs> for GetResourceSyncsSummary {
.syncing
{
res.syncing += 1;
continue;
}
res.ok += 1;
}
Ok(res)