diff --git a/pttodoer/src/main.rs b/pttodoer/src/main.rs index 97fc891..0d3029a 100644 --- a/pttodoer/src/main.rs +++ b/pttodoer/src/main.rs @@ -149,7 +149,7 @@ impl DB { // not_due.push // else // due.push - // all = not_due + due + // all = due + not_due // ordered // save to self.0 }