Fix banner error in actor json
This commit is contained in:
parent
93f30abf28
commit
9172345484
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ export class ActorModel extends Model {
|
||||||
const base = this.toFormattedSummaryJSON()
|
const base = this.toFormattedSummaryJSON()
|
||||||
|
|
||||||
let banner: ActorImage = null
|
let banner: ActorImage = null
|
||||||
if (this.bannerId) {
|
if (this.Banner) {
|
||||||
banner = this.Banner.toFormattedJSON()
|
banner = this.Banner.toFormattedJSON()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue