aboutsummaryrefslogtreecommitdiff
path: root/src/Services/DevHive.Services.Models/Post/ReadPostServiceModel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Services/DevHive.Services.Models/Post/ReadPostServiceModel.cs')
-rw-r--r--src/Services/DevHive.Services.Models/Post/ReadPostServiceModel.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Services/DevHive.Services.Models/Post/ReadPostServiceModel.cs b/src/Services/DevHive.Services.Models/Post/ReadPostServiceModel.cs
index a7aa882..33d6520 100644
--- a/src/Services/DevHive.Services.Models/Post/ReadPostServiceModel.cs
+++ b/src/Services/DevHive.Services.Models/Post/ReadPostServiceModel.cs
@@ -21,6 +21,7 @@ namespace DevHive.Services.Models.Post
public List<IdModel> Comments { get; set; } = new();
public List<string> FileUrls { get; set; }
- // public List<FileContentResult> Files { get; set; } = new();
+
+ public int CurrentRating { get; set; }
}
}