mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: icon url
This commit is contained in:
parent
109ebaf989
commit
69d3181a64
@ -216,13 +216,13 @@ where
|
||||
.map(|m| {
|
||||
(
|
||||
m.get(USER_METADATA_ICON_URL)
|
||||
.map(|v| v.to_string())
|
||||
.map(|v| v.as_str().map(|s| s.to_string()).unwrap_or_default())
|
||||
.unwrap_or_default(),
|
||||
m.get(USER_METADATA_OPEN_AI_KEY)
|
||||
.map(|v| v.to_string())
|
||||
.map(|v| v.as_str().map(|s| s.to_string()).unwrap_or_default())
|
||||
.unwrap_or_default(),
|
||||
m.get(USER_METADATA_STABILITY_AI_KEY)
|
||||
.map(|v| v.to_string())
|
||||
.map(|v| v.as_str().map(|s| s.to_string()).unwrap_or_default())
|
||||
.unwrap_or_default(),
|
||||
)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user