revert to clean todo

v0.2.1
Bel LaPointe 2022-03-24 09:26:44 -06:00
parent 02e4c95d31
commit e913c9cd3c
1 changed files with 1 additions and 1 deletions

View File

@ -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())