qol: formatting
This commit is contained in:
@@ -270,7 +270,7 @@ namespace Disco.Services.Documents.AttachmentImport
|
||||
{
|
||||
var rules = Identifier.DocumentTemplate.GetOnImportUserFlagRules();
|
||||
|
||||
foreach ( var rule in rules)
|
||||
foreach (var rule in rules)
|
||||
{
|
||||
rule.Apply(Database, Identifier.Target, creatorUser);
|
||||
}
|
||||
|
||||
@@ -249,7 +249,7 @@ namespace Disco.Services.Documents
|
||||
{
|
||||
var query = database.UserAttachments
|
||||
.Include(a => a.User);
|
||||
|
||||
|
||||
if (Options.HasDeviceOptions())
|
||||
query = query.Include(a => a.User.DeviceUserAssignments.Select(u => u.Device));
|
||||
if (Options.HasDeviceBatchOptions())
|
||||
|
||||
Reference in New Issue
Block a user