[backend] Code cleanup
This commit is contained in:
parent
92d229ad63
commit
f8e80380c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue