Fix build
This commit is contained in:
parent
2c16f5ad5e
commit
ba278fa51d
|
@ -150,7 +150,7 @@ async function generatePodcastItem (options: {
|
|||
let personImage: string
|
||||
|
||||
if (account.Actor.hasImage(ActorImageType.AVATAR)) {
|
||||
const avatar = getBiggestActorImage(account.Actor.Avatars, 'width')
|
||||
const avatar = getBiggestActorImage(account.Actor.Avatars)
|
||||
personImage = WEBSERVER.URL + avatar.getStaticPath()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue