mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
chore:add debug
This commit is contained in:
parent
407d72da9e
commit
0229fb6270
@ -8,6 +8,7 @@ public static class ArtistPageSettingsModelExtensions
|
|||||||
|
|
||||||
public static ArtistPageSettingsModel ToModel(this ArtistPageSettings sellerProfile)
|
public static ArtistPageSettingsModel ToModel(this ArtistPageSettings sellerProfile)
|
||||||
{
|
{
|
||||||
|
Console.WriteLine(JsonConvert.SerializeObject(sellerProfile));
|
||||||
return new ArtistPageSettingsModel()
|
return new ArtistPageSettingsModel()
|
||||||
{
|
{
|
||||||
BackgroundColor = sellerProfile.BackgroundColor,
|
BackgroundColor = sellerProfile.BackgroundColor,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user