Skip to content

Commit

Permalink
Remove extra comma in damage-log.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cs96and authored Aug 24, 2024
1 parent 512b660 commit 8978058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/damage-log.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class DamageLog {
max: "combat.health.toughness.max"
}
},
a5e : DamageLog.#DND_ATTRIBUTES,,
a5e : DamageLog.#DND_ATTRIBUTES,
archmage: DamageLog.#DND_ATTRIBUTES,
D35E: foundry.utils.mergeObject(DamageLog.#DND_ATTRIBUTES,
{
Expand Down

0 comments on commit 8978058

Please sign in to comment.