Fix Koko suggestions

This commit is contained in:
FeTetra 2025-02-20 21:12:34 -05:00
commit 40a4d5e239
10 changed files with 40 additions and 42 deletions

View file

@ -97,7 +97,8 @@ public class CommentController : ControllerBase
.ApplyPagination(pageData)
.ToListAsync()).ToSerializableList(c => GameComment.CreateFromEntity(c, token.UserId));
if (type == CommentType.Level && slotType == "developer" && user.IsModerator && pageData.PageStart == 1) {
if (type == CommentType.Level && slotType == "developer" && user.IsModerator && pageData.PageStart == 1)
{
comments.Insert(0, new GameComment
{
CommentId = 0,