This commit is contained in:
mattyatea 2024-05-06 23:26:31 +09:00
parent 9f60e186b0
commit b0d4294644
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ export class ApPersonService implements OnModuleInit {
//#region アバターとヘッダー画像をフェッチ
try {
const updates = await this.resolveAvatarAndBanner(user, host, person.icon, person.image);
const updates = await this.resolveAvatarAndBanner(user, person.icon, person.image);
await this.usersRepository.update(user.id, updates);
user = { ...user, ...updates };