From 1a1b01ded5e2276f2170003b683b5d1876abff47 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sun, 21 Dec 2025 22:17:59 +0100 Subject: [PATCH] . --- module/data/action/baseAction.mjs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/module/data/action/baseAction.mjs b/module/data/action/baseAction.mjs index abb1ca25..828ff129 100644 --- a/module/data/action/baseAction.mjs +++ b/module/data/action/baseAction.mjs @@ -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