Skip to content

Commit

Permalink
fix: staff person image url
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Jan 26, 2024
1 parent f0501c7 commit 75ff0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/handler/character/get_related_persons.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (h Character) GetRelatedPersons(c echo.Context) error {
ID: cast.Person.ID,
Name: cast.Person.Name,
Type: cast.Person.Type,
Images: res.PersonImage(cast.Subject.Image),
Images: res.PersonImage(cast.Person.Image),
SubjectID: cast.Subject.ID,
SubjectName: cast.Subject.Name,
SubjectNameCn: cast.Subject.NameCN,
Expand Down

0 comments on commit 75ff0c7

Please # to comment.