Skip to content

Commit

Permalink
Merge pull request #510 from PrototypeESBU/develop
Browse files Browse the repository at this point in the history
Fixed issue with migrating compendiums
  • Loading branch information
Muttley authored Oct 9, 2023
2 parents f05a95d + dbe6954 commit 4a051c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/src/migrations/MigrationRunnerSD.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default class MigrationRunnerSD {

// Begin by requesting service-side migration
await pack.migrate();
const documents = pack.getDocuments();
const documents = await pack.getDocuments();

// Iterate over compendium entries - apply migration functions
for (let doc of documents) {
Expand Down

0 comments on commit 4a051c9

Please sign in to comment.