mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 21:07:21 +01:00
this will do exactly nothing
This commit is contained in:
parent
8b49fb5788
commit
5bed50bdc2
1 changed files with 0 additions and 2 deletions
|
|
@ -304,8 +304,6 @@ public partial class MareHub
|
||||||
equals new { UserUID = p.UserUID, OtherUserUID = p.OtherUserUID }
|
equals new { UserUID = p.UserUID, OtherUserUID = p.OtherUserUID }
|
||||||
into otherperms
|
into otherperms
|
||||||
from otherperm in otherperms.DefaultIfEmpty()
|
from otherperm in otherperms.DefaultIfEmpty()
|
||||||
where user.UserUID == uid
|
|
||||||
&& user.OtherUserUID == otheruid
|
|
||||||
select new
|
select new
|
||||||
{
|
{
|
||||||
UserUID = user.UserUID,
|
UserUID = user.UserUID,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue