From e913c9cd3c610f2f8044496ee7b7ca5c9c1c024e Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Thu, 24 Mar 2022 09:26:44 -0600 Subject: [PATCH] revert to clean todo --- pttodo/todo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pttodo/todo.go b/pttodo/todo.go index ed64a8f..1fe9ad6 100644 --- a/pttodo/todo.go +++ b/pttodo/todo.go @@ -36,7 +36,7 @@ func (todo Todo) Triggered() bool { } func (todo Todo) MarshalYAML() (interface{}, error) { - if false && !todo.writeTS { + if !todo.writeTS { todo.TS = 0 } else { todo.TS = TS(todo.TS.time().Unix())