chore: fix linter

pull/4338/head
johnnyjoy 3 months ago
parent 0dcd0904e8
commit 45c16f9d52

@ -62,7 +62,7 @@ func ExtractUserIDFromName(name string) (int32, error) {
}
// ExtractMemoUIDFromName returns the memo UID from a resource name.
// e.g., "memos/uuid" -> "uuid"
// e.g., "memos/uuid" -> "uuid".
func ExtractMemoUIDFromName(name string) (string, error) {
tokens, err := GetNameParentTokens(name, MemoNamePrefix)
if err != nil {

Loading…
Cancel
Save