Closed breakid closed 3 weeks ago
Describe the bug
The {{esrb_rating}} template variable is replace with [object Object].
{{esrb_rating}}
[object Object]
To Reproduce
esrb_rating: {{esrb_rating}}
Aegis Defenders (2018)
The note should contain:
esrb_rating: [object Object]
Expected behavior
The name attribute of the RAWGESRBRating object should be returned
name
RAWGESRBRating
released your fix in 0.2.13 -- thanks!
Describe the bug
The
{{esrb_rating}}
template variable is replace with[object Object]
.To Reproduce
esrb_rating: {{esrb_rating}}
to the metadata portion of your templateAegis Defenders (2018)
)The note should contain:
Expected behavior
The
name
attribute of theRAWGESRBRating
object should be returned