From 17d9958882b90c3d20d13fb22c07db0630fc9e1f Mon Sep 17 00:00:00 2001 From: Kittapath Date: Thu, 16 May 2024 11:41:26 +0700 Subject: [PATCH] no message --- src/controllers/ProfileAvatarController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ProfileAvatarController.ts b/src/controllers/ProfileAvatarController.ts index 547782d4..83774c49 100644 --- a/src/controllers/ProfileAvatarController.ts +++ b/src/controllers/ProfileAvatarController.ts @@ -69,7 +69,7 @@ export class ProfileAvatarController extends Controller { Object.assign(data, { ...body, ...meta }); - await this.avatarRepository.save(data); + // await this.avatarRepository.save(data); let avatar = `ทะเบียนประวัติ/โปรไฟล์/${profile.id}`; let fileName = `profile-${data.id}`;