690322:2132 Fixing Deployment Errors #02
This commit is contained in:
@@ -13,6 +13,7 @@ async function runSeeds() {
|
||||
await seedOrganizations(dataSource);
|
||||
await seedUsers(dataSource);
|
||||
} catch (_error) {
|
||||
// Ignore error as logs are removed
|
||||
} finally {
|
||||
await dataSource.destroy();
|
||||
}
|
||||
|
||||
@@ -131,8 +131,8 @@ export const seedWorkflowDefinitions = async (dataSource: DataSource) => {
|
||||
})
|
||||
);
|
||||
} catch (_error) {
|
||||
// Ignore error as logs are removed
|
||||
}
|
||||
} else {
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user