From f8e80380c10bb1adb2dea2aa3b6782f941aaa425 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 4 Mar 2024 21:55:07 +0100 Subject: [PATCH] [backend] Code cleanup --- Iceshrimp.Backend/Core/Services/UserService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Iceshrimp.Backend/Core/Services/UserService.cs b/Iceshrimp.Backend/Core/Services/UserService.cs index b5858029..e01a0af4 100644 --- a/Iceshrimp.Backend/Core/Services/UserService.cs +++ b/Iceshrimp.Backend/Core/Services/UserService.cs @@ -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