Skip to content

Commit 1d4091d

Browse files
committed
Fix metrics don't include cows that don't need to be updated
1 parent a6c1fce commit 1d4091d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

moooodotfarm-backend/src/app/update.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ where
4343

4444
for peeked_cow in self.inventory.list()? {
4545
if !peeked_cow.should_check() {
46+
cows.push(peeked_cow.clone());
4647
continue;
4748
}
4849

0 commit comments

Comments
 (0)