aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Models/Comment/UpdateCommentWebModel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DevHive.Web/Models/Comment/UpdateCommentWebModel.cs')
-rw-r--r--src/DevHive.Web/Models/Comment/UpdateCommentWebModel.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/DevHive.Web/Models/Comment/UpdateCommentWebModel.cs b/src/DevHive.Web/Models/Comment/UpdateCommentWebModel.cs
index b5d7970..1e120fd 100644
--- a/src/DevHive.Web/Models/Comment/UpdateCommentWebModel.cs
+++ b/src/DevHive.Web/Models/Comment/UpdateCommentWebModel.cs
@@ -4,8 +4,6 @@ namespace DevHive.Web.Models.Comment
{
public class UpdateCommentWebModel
{
- public Guid CommentId { get; set; }
-
public Guid PostId { get; set; }
public string NewMessage { get; set; }