fix: expose raw icon URL in project response (#7086)

* fix: expose raw icon URL in project response

* remove unnecessary test
This commit is contained in:
aecsocket
2026-08-10 15:48:23 +00:00
committed by GitHub
parent 8b2438aebb
commit f8f05ce91b
4 changed files with 7 additions and 0 deletions
@@ -1044,6 +1044,7 @@ async fn project_create_inner(
.map(|v| v.version_id.into())
.collect::<Vec<_>>(),
icon_url: project_builder.icon_url.clone(),
raw_icon_url: project_builder.raw_icon_url.clone(),
link_urls: project_builder
.link_urls
.clone()