aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Models/Post/CreatePostWebModel.cs
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-01-31 13:38:15 +0200
committertranstrike <transtrike@gmail.com>2021-01-31 13:38:15 +0200
commit5a8c7d92216bb7fafc649056a00c11682b82a279 (patch)
treec6b308f1b971b46f4ca750108a1371bb7cd13b5c /src/DevHive.Web/Models/Post/CreatePostWebModel.cs
parent505bc41720cbcd02d65e17a6440931c87abcdeda (diff)
downloadDevHive-5a8c7d92216bb7fafc649056a00c11682b82a279.tar
DevHive-5a8c7d92216bb7fafc649056a00c11682b82a279.tar.gz
DevHive-5a8c7d92216bb7fafc649056a00c11682b82a279.zip
Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, Posts violate key in db
Diffstat (limited to 'src/DevHive.Web/Models/Post/CreatePostWebModel.cs')
-rw-r--r--src/DevHive.Web/Models/Post/CreatePostWebModel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DevHive.Web/Models/Post/CreatePostWebModel.cs b/src/DevHive.Web/Models/Post/CreatePostWebModel.cs
index 256055a..237259d 100644
--- a/src/DevHive.Web/Models/Post/CreatePostWebModel.cs
+++ b/src/DevHive.Web/Models/Post/CreatePostWebModel.cs
@@ -5,7 +5,7 @@ using Microsoft.AspNetCore.Http;
namespace DevHive.Web.Models.Post
{
- public class CreatePostWebModel
+ public class CreatePostWebModel
{
[NotNull]
[Required]