🐛 Fix again for included non-exists anymore attachments field
This commit is contained in:
@ -93,8 +93,6 @@ namespace DysonNetwork.Sphere.Publisher;
|
||||
|
||||
var publisher = await db.Publishers
|
||||
.Where(p => p.Name == name)
|
||||
.Include(publisher => publisher.Picture)
|
||||
.Include(publisher => publisher.Background)
|
||||
.FirstOrDefaultAsync();
|
||||
if (publisher is null) return NotFound();
|
||||
|
||||
|
Reference in New Issue
Block a user