mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: delete tag (#1062)
This commit is contained in:
@@ -15,6 +15,6 @@ type TagFind struct {
|
||||
}
|
||||
|
||||
type TagDelete struct {
|
||||
Name string
|
||||
Name string `json:"name"`
|
||||
CreatorID int
|
||||
}
|
||||
|
Reference in New Issue
Block a user