From a826aacbcb3c8ab568d5e1d1ba55f9533bf16189 Mon Sep 17 00:00:00 2001 From: Rory Powell Date: Mon, 13 Jun 2022 22:04:20 +0100 Subject: [PATCH] Remove test throw in installation backfill --- .../server/src/migrations/functions/backfill/installation.ts | 1 - 1 file changed, 1 deletion(-) 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)