org 容错get_letter_avatar_url

This commit is contained in:
xxq250 2024-05-31 14:20:50 +08:00
parent 572a6de2ad
commit 4c82863851
1 changed files with 5 additions and 0 deletions

View File

@ -216,4 +216,9 @@ class Organization < Owner
ids.uniq.size
end
# user容错处理
def get_letter_avatar_url
""
end
end