new todos
This commit is contained in:
@@ -168,7 +168,6 @@ fn update_notes(notes_path: &PathBuf, patterns_path: Option<PathBuf>) {
|
||||
}
|
||||
}
|
||||
Pattern::Weekly { dow } => {
|
||||
dbg!(dow, today);
|
||||
let mut date_idx = latest_date.clone() + Duration::days(1);
|
||||
while date_idx <= today {
|
||||
dbg!(date_idx);
|
||||
|
||||
Reference in New Issue
Block a user