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.Postage,
|
||||||
draft.ShippingCost,
|
draft.ShippingCost,
|
||||||
draft.Aspects,
|
draft.Aspects,
|
||||||
draft.Description,
|
string.Empty,
|
||||||
draft.PhotoPaths
|
draft.PhotoPaths
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user