fix display date after memos 0.28 release
release / docker-image (push) Successful in 3m52s
release / goreleaser (push) Successful in 11m8s

This commit is contained in:
2026-04-30 16:17:02 +03:00
parent 2ca838a50f
commit 22fe1fdf98
4 changed files with 8 additions and 9 deletions
-1
View File
@@ -10,7 +10,6 @@ type Memo struct {
Creator string `json:"creator"`
CreateTime time.Time `json:"createTime"`
UpdateTime time.Time `json:"updateTime"`
DisplayTime time.Time `json:"displayTime"`
Content string `json:"content"`
Visibility string `json:"visibility"`
Tags []string `json:"tags"`