fix: pass empty string for conditionNotes in Save(ListingDraft) overload
This commit is contained in:
@@ -93,7 +93,7 @@ public class SavedListingsService
|
||||
draft.Postage,
|
||||
draft.ShippingCost,
|
||||
draft.Aspects,
|
||||
draft.Description,
|
||||
string.Empty,
|
||||
draft.PhotoPaths
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user