revert automove for crons

master
Bel LaPointe 2022-03-24 09:25:34 -06:00
parent 7fe4686c05
commit 3426deae4d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func (root Root) Equals(other Root) bool {
func (root *Root) AutoMove() {
root.MoveScheduledToTodo()
root.MoveTodoToScheduled()
//root.MoveTodoToScheduled()
}
func (root *Root) MoveTodoToScheduled() {