mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
refactor: migrate storage to apiv1 (#1890)
* refactor: migrate storage to apiv1 * chore: update * chore: update * chore: update
This commit is contained in:
@@ -11,11 +11,5 @@ const (
|
||||
)
|
||||
|
||||
func (r RowStatus) String() string {
|
||||
switch r {
|
||||
case Normal:
|
||||
return "NORMAL"
|
||||
case Archived:
|
||||
return "ARCHIVED"
|
||||
}
|
||||
return ""
|
||||
return string(r)
|
||||
}
|
||||
|
Reference in New Issue
Block a user