From 80df87d1801f693127d67ff386483f796ac942ca Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Thu, 16 Apr 2026 05:07:59 -0400 Subject: [PATCH] Fix formatting --- module/data/item/loot.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/data/item/loot.mjs b/module/data/item/loot.mjs index d2b09427..d4092934 100644 --- a/module/data/item/loot.mjs +++ b/module/data/item/loot.mjs @@ -15,7 +15,7 @@ export default class DHLoot extends BaseDataItem { /** @inheritDoc */ static defineSchema() { return { - ...super.defineSchema(), + ...super.defineSchema() }; }