Resolve supplement issues.

This commit is contained in:
Patrick Fic
2022-01-17 17:53:50 -08:00
parent 79dea17612
commit d7cde2be37
3 changed files with 5 additions and 3 deletions

View File

@@ -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