Skip to content

Commit

Permalink
MArk normal ranking queue comments as active
Browse files Browse the repository at this point in the history
  • Loading branch information
Swan committed Aug 10, 2024
1 parent dcb5198 commit 95add71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers/ranking_comments.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func AddRankingQueueComment(c *gin.Context) *APIError {
UserId: user.Id,
MapsetId: queueMapset.MapsetId,
Comment: body.Comment,
IsActive: true,
}

if err := comment.Insert(); err != nil {
Expand Down

0 comments on commit 95add71

Please sign in to comment.