diff options
author | crupest <crupest@outlook.com> | 2022-04-11 22:59:41 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-11 22:59:41 +0800 |
commit | 9c0cb8f8d3944c813ef28ff9f736f148fd701a66 (patch) | |
tree | 69842e08eaf6d16a055d464d46ba435a188c8d39 /BackEnd | |
parent | 65210138df643a475632690e2fb20401c1edbb95 (diff) | |
download | timeline-9c0cb8f8d3944c813ef28ff9f736f148fd701a66.tar.gz timeline-9c0cb8f8d3944c813ef28ff9f736f148fd701a66.tar.bz2 timeline-9c0cb8f8d3944c813ef28ff9f736f148fd701a66.zip |
...
Diffstat (limited to 'BackEnd')
-rw-r--r-- | BackEnd/Timeline.Tests/IntegratedTests2/TimelineBookmarkTest3.cs | 1 | ||||
-rw-r--r-- | BackEnd/Timeline/Controllers/TimelinePostV2Controller.cs | 1 |
2 files changed, 0 insertions, 2 deletions
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; |