diff options
author | crupest <crupest@outlook.com> | 2021-04-27 19:42:06 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-27 19:42:06 +0800 |
commit | 414d547753f9d7b534b3a4dbc618b5284aaa1a87 (patch) | |
tree | e2940d0c3fb5b57f268d1198e2b0ce8d07fe0a54 /BackEnd/Timeline/Controllers/UserAvatarController.cs | |
parent | ac309245d21f16c06abe2d1d9bb260e094d0805e (diff) | |
download | timeline-414d547753f9d7b534b3a4dbc618b5284aaa1a87.tar.gz timeline-414d547753f9d7b534b3a4dbc618b5284aaa1a87.tar.bz2 timeline-414d547753f9d7b534b3a4dbc618b5284aaa1a87.zip |
chore: Clean codes.
Diffstat (limited to 'BackEnd/Timeline/Controllers/UserAvatarController.cs')
-rw-r--r-- | BackEnd/Timeline/Controllers/UserAvatarController.cs | 1 |
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
|