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)
|
||||
return NotFound();
|
||||
var result = seller.ArtistPageSettings.ToModel();
|
||||
result.Artist = seller.ToModel();
|
||||
return Ok(result);
|
||||
}
|
||||
|
||||
|
@ -9,7 +9,6 @@ public static class ArtistPageSettingsModelExtensions
|
||||
{
|
||||
return new ArtistPageSettingsModel()
|
||||
{
|
||||
Artist = sellerProfile.Artist.ToModel(),
|
||||
BackgroundColor = sellerProfile.BackgroundColor,
|
||||
HeaderColor = sellerProfile.HeaderColor,
|
||||
HeaderTextSize = sellerProfile.HeaderTextSize,
|
||||
|
Loading…
x
Reference in New Issue
Block a user