mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
CI fix
This commit is contained in:
@ -78,6 +78,6 @@ namespace osu.Game.Online.API.Requests.Responses
|
||||
return WebUtility.HtmlDecode(Regex.Replace(MessageHtml, @"<(.|\n)*?>", string.Empty));
|
||||
}
|
||||
|
||||
public int GetDeletedChildrenCount => ChildComments.Select(c => c.IsDeleted).Where(c => c).Count();
|
||||
public int GetDeletedChildrenCount => ChildComments.Select(c => c.IsDeleted).Count(c => c);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user