this will do exactly nothing

This commit is contained in:
rootdarkarchon
2023-10-26 19:59:23 +02:00
parent 8b49fb5788
commit 5bed50bdc2

View File

@@ -304,8 +304,6 @@ public partial class MareHub
equals new { UserUID = p.UserUID, OtherUserUID = p.OtherUserUID }
into otherperms
from otherperm in otherperms.DefaultIfEmpty()
where user.UserUID == uid
&& user.OtherUserUID == otheruid
select new
{
UserUID = user.UserUID,