[backend] Code cleanup

This commit is contained in:
Laura Hausmann 2024-03-04 21:55:07 +01:00
parent 92d229ad63
commit f8e80380c1
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -156,7 +156,7 @@ public class UserService(
//TODO: FollowersCount
//TODO: FollowingCount
Emojis = emoji.Select(p => p.Id).ToList(),
Tags = tags ?? []
Tags = tags
};
var profile = new UserProfile