Skip to content

Commit

Permalink
fix(EMS-3633): data migration - declaration versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbarnes committed Aug 8, 2024
1 parent 07e12e5 commit 20f089c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const createDeclarationVersionRelationship = async (connection: Connection) => {
console.info(`✅ ${loggingMessage}`);

try {
const promises = Promise.all([submittedApplications(connection), nonSubmittedApplications(connection)]);
const promises = await Promise.all([submittedApplications(connection), nonSubmittedApplications(connection)]);

return promises;
} catch (err) {
Expand Down

0 comments on commit 20f089c

Please sign in to comment.