chore:add debug

This commit is contained in:
Damien Ostler 2024-02-24 18:02:39 -05:00
parent 407d72da9e
commit 0229fb6270

View File

@ -8,6 +8,7 @@ public static class ArtistPageSettingsModelExtensions
public static ArtistPageSettingsModel ToModel(this ArtistPageSettings sellerProfile)
{
Console.WriteLine(JsonConvert.SerializeObject(sellerProfile));
return new ArtistPageSettingsModel()
{
BackgroundColor = sellerProfile.BackgroundColor,