From 4df20fc85ab93fdb280c03349ed403760b83267c Mon Sep 17 00:00:00 2001 From: Veilza Date: Tue, 10 Dec 2024 21:59:56 -0600 Subject: [PATCH] Lint --- system/actor/scripts/prepare-skills.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/actor/scripts/prepare-skills.js b/system/actor/scripts/prepare-skills.js index a6591832..2a04811e 100644 --- a/system/actor/scripts/prepare-skills.js +++ b/system/actor/scripts/prepare-skills.js @@ -55,7 +55,7 @@ export const prepareSkills = async function (actor) { // Create a shallow copy of the skillData - excluding the 'bonuses' property // eslint-disable-next-line no-unused-vars - const { bonuses, ...filteredSkillData } = skillData; + const { bonuses, ...filteredSkillData } = skillData sortedSkills[value.type].push(filteredSkillData) } }