From 854ea0588458f73490b9e79e9d1f41e175452c92 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 30 Apr 2021 18:13:18 +0800 Subject: chore: Clean codes. --- BackEnd/Timeline/Controllers/TimelinePostController.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'BackEnd/Timeline/Controllers/TimelinePostController.cs') 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; -- cgit v1.2.3