Add reference comment for the modifyBatch method

This commit is contained in:
Oliver 2026-04-19 23:43:12 -06:00
parent 14f76e0a27
commit 85e3838396

View file

@ -38,6 +38,7 @@ export async function migrateTo3_0_0() {
// TODO: create the item documents (batch them if possible) // TODO: create the item documents (batch them if possible)
Logger.debug(`Finished v3.0.0 migration, resulting operations:`); Logger.debug(`Finished v3.0.0 migration, resulting operations:`);
console.log(operations); console.log(operations);
// Use: foundry.documents.modifyBatch
}; };
function handleMigratingActor(actor) { function handleMigratingActor(actor) {