diff --git a/backend/src/seeds/index.ts b/backend/src/seeds/index.ts index 4189f87e3..f3f6237f3 100644 --- a/backend/src/seeds/index.ts +++ b/backend/src/seeds/index.ts @@ -98,7 +98,8 @@ const run = async () => { } logger.info('##seed## seeding all contributionLinks successful...') - await con.destroy() + // TODO: check why this sometimes hangs + // await con.destroy() } run().catch((err) => {