not sure why this was here; we shouldn't be forcing singular returns for a nonsingular work set

This commit is contained in:
Michael Becker 2024-12-21 00:21:51 -05:00
parent 92b757edc3
commit 8cdc7730cf

View File

@ -116,8 +116,7 @@ public class OmsContext
} }
} }
} }
// value = ((IEnumerable<InstanceHandle>)value).FirstOrDefault();
value = ((IEnumerable<InstanceHandle>)value).FirstOrDefault();
} }
else if (value is IEnumerable<InstanceWrapper>) else if (value is IEnumerable<InstanceWrapper>)
{ {