diff --git a/ProjectLighthouse/Controllers/FriendsController.cs b/ProjectLighthouse/Controllers/FriendsController.cs index 6cd14fce..aea7a0d2 100644 --- a/ProjectLighthouse/Controllers/FriendsController.cs +++ b/ProjectLighthouse/Controllers/FriendsController.cs @@ -74,7 +74,7 @@ namespace LBPUnion.ProjectLighthouse.Controllers if (!FriendHelper.FriendIdsByUserId.TryGetValue(user.UserId, out int[]? friendIds) || friendIds == null) { - return this.NotFound(); + return this.Ok(LbpSerializer.BlankElement("myFriends")); } string friends = "";