[backend] Fix code style

This commit is contained in:
Laura Hausmann 2024-04-28 03:34:14 +02:00
parent 5c9a42a3f6
commit 8b6812eaf9
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -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();