[backend] Fix code style
This commit is contained in:
parent
5c9a42a3f6
commit
8b6812eaf9
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ public class NoteRenderer(
|
|||
Me = user != null &&
|
||||
db.NoteReactions.Any(i => i.NoteId == p.First().NoteId &&
|
||||
i.Reaction == p.First().Reaction &&
|
||||
i.User == user),
|
||||
i.User == user)
|
||||
})
|
||||
.ToListAsync();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue