aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Controllers/TimelinePostController.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-05 16:36:18 +0800
committercrupest <crupest@outlook.com>2021-05-05 16:36:18 +0800
commit1bce70b36d4666797ae157167be4a84217a71374 (patch)
tree656007e5953136219c8e97f0b4763faaee0bc021 /BackEnd/Timeline/Controllers/TimelinePostController.cs
parent7d54e0b8b7ca84488fdcba90c68169a85b4d45c6 (diff)
downloadtimeline-1bce70b36d4666797ae157167be4a84217a71374.tar.gz
timeline-1bce70b36d4666797ae157167be4a84217a71374.tar.bz2
timeline-1bce70b36d4666797ae157167be4a84217a71374.zip
refactor: ...
Diffstat (limited to 'BackEnd/Timeline/Controllers/TimelinePostController.cs')
-rw-r--r--BackEnd/Timeline/Controllers/TimelinePostController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Controllers/TimelinePostController.cs b/BackEnd/Timeline/Controllers/TimelinePostController.cs
index c33d47aa..21d3821a 100644
--- a/BackEnd/Timeline/Controllers/TimelinePostController.cs
+++ b/BackEnd/Timeline/Controllers/TimelinePostController.cs
@@ -202,7 +202,6 @@ namespace Timeline.Controllers
}
}
-
try
{
var post = await _postService.CreatePostAsync(timelineId, userId, createRequest);