Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Veilza committed Dec 11, 2024
1 parent a8ac918 commit 4df20fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/actor/scripts/prepare-skills.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 4df20fc

Please sign in to comment.