aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Controllers/TimelinePostController.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-04-30 18:13:18 +0800
committercrupest <crupest@outlook.com>2021-04-30 18:13:18 +0800
commit007ee5049214da39793b9a6d6b04ffec26f3cf36 (patch)
tree18b3a6c1ba56e907261159596da1eaa6693047bd /BackEnd/Timeline/Controllers/TimelinePostController.cs
parent1e5f122e96ec974b77c2eaab3a9daf7d6c8970f1 (diff)
downloadtimeline-007ee5049214da39793b9a6d6b04ffec26f3cf36.tar.gz
timeline-007ee5049214da39793b9a6d6b04ffec26f3cf36.tar.bz2
timeline-007ee5049214da39793b9a6d6b04ffec26f3cf36.zip
chore: Clean codes.
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 21102400..9f69b59b 100644
--- a/BackEnd/Timeline/Controllers/TimelinePostController.cs
+++ b/BackEnd/Timeline/Controllers/TimelinePostController.cs
@@ -6,7 +6,6 @@ using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Threading.Tasks;
using Timeline.Entities;
-using Timeline.Filters;
using Timeline.Helpers.Cache;
using Timeline.Models;
using Timeline.Models.Http;