Skip to content

Commit

Permalink
リモートユーザーの相互リンクの各要素にidを追加 (kokonect-link#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozakura913 authored Sep 19, 2024
1 parent 96492cc commit 5b803db
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@ export class ApPersonService implements OnModuleInit {
description: string | null;
imgSrc: string;
url: string;
id: string;
}[];
}[]> {
const apMutualLinkSections = person.banner;
Expand Down Expand Up @@ -848,6 +849,7 @@ export class ApPersonService implements OnModuleInit {
imgSrc: image.url,
url: entry.url,
description,
id: this.idService.gen(),
};
}));
return {
Expand Down

0 comments on commit 5b803db

Please sign in to comment.