Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miko authored and nikooo777 committed Oct 8, 2024
1 parent dda1561 commit 173b384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/services/v1/comments/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ comments:
}
replies := val.(int64)
item := populateItem(comment, channel, int(replies))
err := applyModStatus(&item, comment.ChannelID.String, comment.LbryClaimID)
err = applyModStatus(&item, comment.ChannelID.String, comment.LbryClaimID)
if err != nil {
return items, blockedCommentCnt, err
}
Expand Down

0 comments on commit 173b384

Please sign in to comment.