Add a Creator property on Content
This commit is contained in:
@@ -26,7 +26,7 @@ public class GetContent(
|
||||
{
|
||||
var content = await context
|
||||
.Contents
|
||||
.FirstOrDefaultAsync(
|
||||
.SingleOrDefaultAsync(
|
||||
c => c.Id == req.ContentId,
|
||||
cancellationToken: ct);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user