not sure why this was here; we shouldn't be forcing singular returns for a nonsingular work set
This commit is contained in:
parent
92b757edc3
commit
8cdc7730cf
@ -116,8 +116,7 @@ public class OmsContext
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
value = ((IEnumerable<InstanceHandle>)value).FirstOrDefault();
|
||||
// value = ((IEnumerable<InstanceHandle>)value).FirstOrDefault();
|
||||
}
|
||||
else if (value is IEnumerable<InstanceWrapper>)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user