Skip to content

Commit

Permalink
Also include macroblock uploads by default
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 committed Nov 29, 2024
1 parent aadd449 commit ef96d45
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@
.Include(x => x.Items)
.ThenInclude(x => x.Uploads)
.ThenInclude(x => x.UploadedBy!.DiscordUser)
.Include(x => x.Items)
.ThenInclude(x => x.MacroblockUploads)
.ThenInclude(x => x.UploadedBy!.DiscordUser)
.Include(x => x.AssignedTo!.DiscordUser)
.FirstOrDefaultAsync(x => x.Name == BlockName);
}
Expand Down

0 comments on commit ef96d45

Please sign in to comment.