From 85e3838396179a68a8bda6f0a4b8c026adf5e430 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 19 Apr 2026 23:43:12 -0600 Subject: [PATCH] Add reference comment for the modifyBatch method --- module/migrations/v3.0.0.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/module/migrations/v3.0.0.mjs b/module/migrations/v3.0.0.mjs index e1d3087..9754b27 100644 --- a/module/migrations/v3.0.0.mjs +++ b/module/migrations/v3.0.0.mjs @@ -38,6 +38,7 @@ export async function migrateTo3_0_0() { // TODO: create the item documents (batch them if possible) Logger.debug(`Finished v3.0.0 migration, resulting operations:`); console.log(operations); + // Use: foundry.documents.modifyBatch }; function handleMigratingActor(actor) {