From 6a847c8ccba6e13863aec262b1ccfa2945114061 Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Tue, 21 Jun 2022 01:28:22 +0200 Subject: [PATCH] style: apply prettier --- src/armory/controllers/CharacterController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/armory/controllers/CharacterController.ts b/src/armory/controllers/CharacterController.ts index afc011f..2e922bf 100644 --- a/src/armory/controllers/CharacterController.ts +++ b/src/armory/controllers/CharacterController.ts @@ -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,