update
This commit is contained in:
parent
9f60e186b0
commit
b0d4294644
|
@ -382,7 +382,7 @@ export class ApPersonService implements OnModuleInit {
|
||||||
|
|
||||||
//#region アバターとヘッダー画像をフェッチ
|
//#region アバターとヘッダー画像をフェッチ
|
||||||
try {
|
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);
|
await this.usersRepository.update(user.id, updates);
|
||||||
user = { ...user, ...updates };
|
user = { ...user, ...updates };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue