.NET Format Style Fixes
This commit is contained in:
@@ -410,9 +410,7 @@ public class InsuranceController(
|
||||
if (parentAttachmentsMap.ContainsKey(insuredItem.Id))
|
||||
{
|
||||
// This call will also return the parent item itself, queueing it for deletion as well.
|
||||
var itemAndChildren = insured.Items.GetItemWithChildren(
|
||||
insuredItem.Id
|
||||
);
|
||||
var itemAndChildren = insured.Items.GetItemWithChildren(insuredItem.Id);
|
||||
foreach (var item in itemAndChildren)
|
||||
{
|
||||
toDelete.Add(item.Id);
|
||||
|
||||
Reference in New Issue
Block a user