This commit is contained in:
Daniel Pechersky 2025-09-16 03:19:47 +07:00
parent 0f94caaa7e
commit 77dacfb808

View file

@ -102,7 +102,7 @@ impl Collection {
)?;
// clear FSRS data if FSRS is disabled
self.clear_fsrs_data_for_cards(items.into_iter().map(|(card_id, _)| card_id), usn)?;
return Ok(());
continue;
};
let fsrs = FSRS::new(Some(&req.params[..]))?;