chore(sync/v3): More goat sacrifices

This commit is contained in:
Ginger
2025-11-10 12:49:44 -05:00
parent 07dfc5528d
commit 7dae118af9
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ where
.chain(
receipts
.ready_take_while(|(_, c, _)| *c <= newest.into_unsigned())
.map(|(user_id, ..)| user_id.to_owned()),
.map(|(user_id, ..)| user_id),
)
.collect()
.await;