style: apply prettier

This commit is contained in:
Axel Cocat 2022-06-21 01:28:22 +02:00
parent dda4aae6f6
commit 6a847c8ccb

View file

@ -213,7 +213,7 @@ export class CharacterController {
res.render("character.hbs", {
title: `Armory - ${charData.name}`,
...this.makeSharedDataObject(realm, charData),
contentPath: this.armory.config.useZamCdn ? "https://wow.zamimg.com/modelviewer/live/" : (this.armory.config.websiteRoot + "/data/"),
contentPath: this.armory.config.useZamCdn ? "https://wow.zamimg.com/modelviewer/live/" : this.armory.config.websiteRoot + "/data/",
data: {
race: charData.race,
gender: charData.gender,