mirror of
https://github.com/ankitects/anki.git
synced 2026-01-08 03:23:54 -05:00
cleanup
This commit is contained in:
parent
82456d8c74
commit
4952222f3e
2 changed files with 36 additions and 36 deletions
|
|
@ -61,6 +61,6 @@ fn build_retrievability_query(
|
||||||
"extract_fsrs_retrievability(c.data, case when c.odue !=0 then c.odue else c.due end, ivl, {today}, {next_day_at}, {now}) {order}"
|
"extract_fsrs_retrievability(c.data, case when c.odue !=0 then c.odue else c.due end, ivl, {today}, {next_day_at}, {now}) {order}"
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
format!("")
|
String::new()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue