aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Models/Post.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DevHive.Data/Models/Post.cs')
-rw-r--r--src/DevHive.Data/Models/Post.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DevHive.Data/Models/Post.cs b/src/DevHive.Data/Models/Post.cs
index bb22576..8fb3e91 100644
--- a/src/DevHive.Data/Models/Post.cs
+++ b/src/DevHive.Data/Models/Post.cs
@@ -18,8 +18,8 @@ namespace DevHive.Data.Models
public List<Comment> Comments { get; set; } = new();
- public Guid RatingId { get; set; }
- public Rating Rating { get; set; } = new();
+ // public Guid RatingId { get; set; }
+ // public Rating Rating { get; set; } = new();
public List<string> FileUrls { get; set; } = new();
}