diff --git a/EbayListingTool/Services/SavedListingsService.cs b/EbayListingTool/Services/SavedListingsService.cs index db18b66..bf403f1 100644 --- a/EbayListingTool/Services/SavedListingsService.cs +++ b/EbayListingTool/Services/SavedListingsService.cs @@ -93,7 +93,7 @@ public class SavedListingsService draft.Postage, draft.ShippingCost, draft.Aspects, - draft.Description, + string.Empty, draft.PhotoPaths ); }