This commit is contained in:
WBHarry 2025-12-21 22:17:59 +01:00
parent d5859704c5
commit 1a1b01ded5

View file

@ -173,12 +173,6 @@ export default class DHBaseAction extends ActionMixin(foundry.abstract.DataModel
return actorData;
}
joinResourceUpdates(updates) {
return updates.reduce((acc, update) => {
if (acc) return acc;
}, []);
}
/**
* Execute each part of the Action workflow in order, calling a specific event before and after each part.
* @param {object} config Config object usually created from prepareConfig method