mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 10:56:32 +00:00
fix: repeated tasks records
This commit is contained in:
@@ -568,7 +568,7 @@
|
||||
(when content
|
||||
(str (string/trimr content)
|
||||
"\n"
|
||||
(util/format "- %s -> DONE [%s]"
|
||||
(util/format "* %s -> DONE [%s]"
|
||||
marker
|
||||
(date/get-local-date-time-string)))))
|
||||
content))
|
||||
|
||||
Reference in New Issue
Block a user