From 64084d821cf8dfaaae0e1bf91dc1cf6506d0a555 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Fri, 1 May 2026 19:16:25 +0200 Subject: [PATCH] Fixed linting --- module/documents/activeEffect.mjs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/module/documents/activeEffect.mjs b/module/documents/activeEffect.mjs index 9962e39a..d5813f52 100644 --- a/module/documents/activeEffect.mjs +++ b/module/documents/activeEffect.mjs @@ -185,9 +185,8 @@ export default class DhActiveEffect extends foundry.documents.ActiveEffect { if (effect.origin) { if (useOrigin) value = value.replaceAll(/origin\.@/gi, '@'); const originEffect = foundry.utils.fromUuidSync(effect.origin); - - if (originEffect) - origin = this.#resolveParentDocument(originEffect, Item); + + if (originEffect) origin = this.#resolveParentDocument(originEffect, Item); } // Get the actor and item documents. Note that actor roll data is inclusive of system roll data