aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Controllers/UserAvatarController.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-04-30 18:13:18 +0800
committercrupest <crupest@outlook.com>2021-04-30 18:13:18 +0800
commit007ee5049214da39793b9a6d6b04ffec26f3cf36 (patch)
tree18b3a6c1ba56e907261159596da1eaa6693047bd /BackEnd/Timeline/Controllers/UserAvatarController.cs
parent1e5f122e96ec974b77c2eaab3a9daf7d6c8970f1 (diff)
downloadtimeline-007ee5049214da39793b9a6d6b04ffec26f3cf36.tar.gz
timeline-007ee5049214da39793b9a6d6b04ffec26f3cf36.tar.bz2
timeline-007ee5049214da39793b9a6d6b04ffec26f3cf36.zip
chore: Clean codes.
Diffstat (limited to 'BackEnd/Timeline/Controllers/UserAvatarController.cs')
-rw-r--r--BackEnd/Timeline/Controllers/UserAvatarController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Controllers/UserAvatarController.cs b/BackEnd/Timeline/Controllers/UserAvatarController.cs
index 05c73aa2..47d46a54 100644
--- a/BackEnd/Timeline/Controllers/UserAvatarController.cs
+++ b/BackEnd/Timeline/Controllers/UserAvatarController.cs
@@ -1,7 +1,6 @@
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
-using System;
using System.Threading.Tasks;
using Timeline.Filters;
using Timeline.Helpers.Cache;