mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
ix user not being returned
This commit is contained in:
parent
a9e2d8b237
commit
7bd3d3366c
@ -56,6 +56,7 @@ public class DiscoveryController : Controller
|
|||||||
if(seller==null)
|
if(seller==null)
|
||||||
return NotFound();
|
return NotFound();
|
||||||
var result = seller.ArtistPageSettings.ToModel();
|
var result = seller.ArtistPageSettings.ToModel();
|
||||||
|
result.Artist = seller.ToModel();
|
||||||
return Ok(result);
|
return Ok(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,7 +9,6 @@ public static class ArtistPageSettingsModelExtensions
|
|||||||
{
|
{
|
||||||
return new ArtistPageSettingsModel()
|
return new ArtistPageSettingsModel()
|
||||||
{
|
{
|
||||||
Artist = sellerProfile.Artist.ToModel(),
|
|
||||||
BackgroundColor = sellerProfile.BackgroundColor,
|
BackgroundColor = sellerProfile.BackgroundColor,
|
||||||
HeaderColor = sellerProfile.HeaderColor,
|
HeaderColor = sellerProfile.HeaderColor,
|
||||||
HeaderTextSize = sellerProfile.HeaderTextSize,
|
HeaderTextSize = sellerProfile.HeaderTextSize,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user