From 9c0cb8f8d3944c813ef28ff9f736f148fd701a66 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 11 Apr 2022 22:59:41 +0800 Subject: ... --- BackEnd/Timeline.Tests/IntegratedTests2/TimelineBookmarkTest3.cs | 1 - BackEnd/Timeline/Controllers/TimelinePostV2Controller.cs | 1 - 2 files changed, 2 deletions(-) (limited to 'BackEnd') diff --git a/BackEnd/Timeline.Tests/IntegratedTests2/TimelineBookmarkTest3.cs b/BackEnd/Timeline.Tests/IntegratedTests2/TimelineBookmarkTest3.cs index 169bc4e6..f2329bd9 100644 --- a/BackEnd/Timeline.Tests/IntegratedTests2/TimelineBookmarkTest3.cs +++ b/BackEnd/Timeline.Tests/IntegratedTests2/TimelineBookmarkTest3.cs @@ -186,7 +186,6 @@ namespace Timeline.Tests.IntegratedTests2 TimelineName = "hello", Position = 2 }, expectedStatusCode: HttpStatusCode.NotFound); - } } } diff --git a/BackEnd/Timeline/Controllers/TimelinePostV2Controller.cs b/BackEnd/Timeline/Controllers/TimelinePostV2Controller.cs index 6e4b265f..435ffece 100644 --- a/BackEnd/Timeline/Controllers/TimelinePostV2Controller.cs +++ b/BackEnd/Timeline/Controllers/TimelinePostV2Controller.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; -- cgit v1.2.3