Add todos
This commit is contained in:
parent
38e7d02f61
commit
8d004ab16c
2 changed files with 3 additions and 0 deletions
|
|
@ -329,6 +329,7 @@ impl FormulaSpec {
|
|||
if let Some(last_done) = s.last_done() {
|
||||
range = range.with_from(last_done.succ())?;
|
||||
}
|
||||
// TODO Otherwise, go back one year or so if no FROM is specified
|
||||
}
|
||||
|
||||
s.limit_from_until(range)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue