fix: find memo list order (#1149)

This commit is contained in:
boojack
2023-02-24 20:34:54 +08:00
committed by GitHub
parent c24b7097fa
commit 904a6bd97f
8 changed files with 17 additions and 16 deletions

View File

@ -42,7 +42,7 @@ type Memo struct {
Pinned bool `json:"pinned"`
// Related fields
Creator *User `json:"creator"`
CreatorName string `json:"creatorName"`
ResourceList []*Resource `json:"resourceList"`
}