Resolve supplement issues.
This commit is contained in:
@@ -130,7 +130,7 @@ namespace BodyshopPartner.Utils
|
||||
|
||||
//Strip out what isn't needed by replacing it with nulls to save DB space.
|
||||
//https://stackoverflow.com/questions/29475467/when-merging-objects-using-newtonsoft-json-how-do-you-ignore-empty-string-value
|
||||
((JObject)item.Job).RemovePropertiesByValue(v => v.Type == JTokenType.String && string.IsNullOrEmpty((string)v.Value));
|
||||
// ((JObject)item.Job).RemovePropertiesByValue(v => v.Type == JTokenType.String && string.IsNullOrEmpty((string)v.Value));
|
||||
|
||||
|
||||
//Add to Holding Queue
|
||||
|
||||
Reference in New Issue
Block a user