This commit is contained in:
Jarrett Ye 2025-12-20 22:46:12 -03:00 committed by GitHub
commit 4acd84d724
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -499,6 +499,9 @@ impl Collection {
let params = config.fsrs_params();
if params.len() >= 19 {
params[17] > 0.0 && params[18] > 0.0
} else if params.is_empty() {
// fallback to true when using default params
true
} else {
false
}