Update module/data/fields/action/targetField.mjs

Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
This commit is contained in:
WBHarry 2025-11-17 09:22:59 +01:00 committed by GitHub
parent 6ee02bb37b
commit a3ca96bee6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,7 @@ export default class TargetField extends fields.SchemaField {
/** /**
* Format actor to useful datas for Action roll workflow. * Format actor to useful datas for Action roll workflow.
* @param {*} token Actor object to format. * @param {*} token Token object to format.
* @returns {*} Formatted Actor. * @returns {*} Formatted Actor.
*/ */
static formatTarget(token) { static formatTarget(token) {