mirror of
https://github.com/modrinth/code.git
synced 2026-09-01 12:36:44 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user