diff options
author | crupest <crupest@outlook.com> | 2021-05-05 16:36:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-05 16:36:18 +0800 |
commit | 33c5e4ed68201c42069c1a1e8f57cac714ffe170 (patch) | |
tree | 1f911721bd5ba29ca1ef500a49e57f16b17b5fe9 /BackEnd/Timeline/Controllers/TimelinePostController.cs | |
parent | e110f4a41bd711192af28874f71f031a130f0b84 (diff) | |
download | timeline-33c5e4ed68201c42069c1a1e8f57cac714ffe170.tar.gz timeline-33c5e4ed68201c42069c1a1e8f57cac714ffe170.tar.bz2 timeline-33c5e4ed68201c42069c1a1e8f57cac714ffe170.zip |
refactor: ...
Diffstat (limited to 'BackEnd/Timeline/Controllers/TimelinePostController.cs')
-rw-r--r-- | BackEnd/Timeline/Controllers/TimelinePostController.cs | 1 |
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);
|