fix: pass empty string for conditionNotes in Save(ListingDraft) overload

This commit is contained in:
Peter Foster
2026-04-15 09:59:52 +01:00
parent 4cf5f11c9f
commit 3e476cbdf1

View File

@@ -93,7 +93,7 @@ public class SavedListingsService
draft.Postage,
draft.ShippingCost,
draft.Aspects,
draft.Description,
string.Empty,
draft.PhotoPaths
);
}