From 5edffd0242a16e9866a1f4e9f1e1d2ff4e549d2c Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 13 Mar 2020 18:03:29 +0800 Subject: Clean code. --- Timeline/Controllers/UserAvatarController.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Timeline/Controllers/UserAvatarController.cs') 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; -- cgit v1.2.3