diff options
author | crupest <crupest@outlook.com> | 2020-03-13 18:03:29 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-13 18:03:29 +0800 |
commit | 1af4f51abcd09be68bc0e2ad77b163569a50a6b3 (patch) | |
tree | 23167ac72ad2a0a878eacbfec7fdd9b8b4a81c55 /Timeline/Controllers/UserAvatarController.cs | |
parent | 671590b071cccfb889e68c3f74581fcf15a02921 (diff) | |
download | timeline-1af4f51abcd09be68bc0e2ad77b163569a50a6b3.tar.gz timeline-1af4f51abcd09be68bc0e2ad77b163569a50a6b3.tar.bz2 timeline-1af4f51abcd09be68bc0e2ad77b163569a50a6b3.zip |
Clean code.
Diffstat (limited to 'Timeline/Controllers/UserAvatarController.cs')
-rw-r--r-- | Timeline/Controllers/UserAvatarController.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Timeline/Controllers/UserAvatarController.cs b/Timeline/Controllers/UserAvatarController.cs index b5f4be1e..4062837b 100644 --- a/Timeline/Controllers/UserAvatarController.cs +++ b/Timeline/Controllers/UserAvatarController.cs @@ -2,9 +2,7 @@ using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
-using Microsoft.Net.Http.Headers;
using System;
-using System.Linq;
using System.Threading.Tasks;
using Timeline.Auth;
using Timeline.Filters;
|