mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-11 05:57:21 +01:00
fucking braces
This commit is contained in:
parent
021aa3f15e
commit
223d4fbbab
1 changed files with 3 additions and 3 deletions
|
|
@ -172,7 +172,7 @@ public partial class MareHub
|
|||
.Include(u => u.Uploader)
|
||||
.Where(p => p.UploaderUID != UserUID
|
||||
&& p.ShareType == CharaDataShare.Shared
|
||||
&& (p.AllowedIndividiuals.Any(u => u.AllowedUserUID == UserUID || u.AllowedGroupGID != null && ownGroups.Contains(u.AllowedGroupGID))))
|
||||
&& (p.AllowedIndividiuals.Any(u => u.AllowedUserUID == UserUID || (u.AllowedGroupGID != null && ownGroups.Contains(u.AllowedGroupGID)))))
|
||||
.AsSplitQuery()
|
||||
.AsNoTracking()
|
||||
.ToListAsync()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue