Run lint fix on action areas PR

This commit is contained in:
Carlos Fernandez 2026-04-20 20:25:06 -04:00
parent f348b64aae
commit fcbd461048
14 changed files with 72 additions and 66 deletions

View file

@ -33,8 +33,8 @@ export default class AreaField extends fields.ArrayField {
initial: CONFIG.DH.GENERAL.range.veryClose.id,
label: 'DAGGERHEART.ACTIONS.Config.area.size'
}),
effects: new fields.ArrayField(new fields.DocumentIdField()),
effects: new fields.ArrayField(new fields.DocumentIdField())
});
super(element, options, context);
}
}
}