diff --git a/packages/server/src/migrations/functions/backfill/installation.ts b/packages/server/src/migrations/functions/backfill/installation.ts index 430fe2edd1..3c2b8bd3fc 100644 --- a/packages/server/src/migrations/functions/backfill/installation.ts +++ b/packages/server/src/migrations/functions/backfill/installation.ts @@ -43,7 +43,6 @@ export const run = async () => { ) }) await events.backfill.installationSucceeded() - throw new Error("fail") } catch (e) { handleError(e) await events.backfill.installationFailed(e)