aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Controllers
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-04-27 19:42:06 +0800
committercrupest <crupest@outlook.com>2021-04-27 19:42:06 +0800
commitab0fb093ee0769ff67b3b71efdfcccd34bd8683a (patch)
tree916e5471e57a26702ca52b7e338041ad3c56c134 /BackEnd/Timeline/Controllers
parente619eac394b4e1c7a3cb0c5902b2776314c7b979 (diff)
downloadtimeline-ab0fb093ee0769ff67b3b71efdfcccd34bd8683a.tar.gz
timeline-ab0fb093ee0769ff67b3b71efdfcccd34bd8683a.tar.bz2
timeline-ab0fb093ee0769ff67b3b71efdfcccd34bd8683a.zip
chore: Clean codes.
Diffstat (limited to 'BackEnd/Timeline/Controllers')
-rw-r--r--BackEnd/Timeline/Controllers/UserAvatarController.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Controllers/UserAvatarController.cs b/BackEnd/Timeline/Controllers/UserAvatarController.cs
index 5d4c70f3..7d455fc6 100644
--- a/BackEnd/Timeline/Controllers/UserAvatarController.cs
+++ b/BackEnd/Timeline/Controllers/UserAvatarController.cs
@@ -12,6 +12,7 @@ using Timeline.Models.Http;
using Timeline.Models.Validation;
using Timeline.Services.Imaging;
using Timeline.Services.User;
+using Timeline.Services.User.Avatar;
using static Timeline.Resources.Controllers.UserAvatarController;
namespace Timeline.Controllers