no message

This commit is contained in:
Kittapath 2024-05-16 11:41:26 +07:00
parent 3e62126570
commit 17d9958882

View file

@ -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}`;