From 59ab717d8de7899bb18feae6465f414a801cf0bd Mon Sep 17 00:00:00 2001 From: Kishore <42832651+kishore03109@users.noreply.github.com> Date: Wed, 3 Jan 2024 13:34:06 +0800 Subject: [PATCH] fix(formsgsl): rm redundant call --- src/routes/formsg/formsgSiteLaunch.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/formsg/formsgSiteLaunch.ts b/src/routes/formsg/formsgSiteLaunch.ts index 931995def..f4906f9fe 100644 --- a/src/routes/formsg/formsgSiteLaunch.ts +++ b/src/routes/formsg/formsgSiteLaunch.ts @@ -308,7 +308,6 @@ export class FormsgSiteLaunchRouter { ) } // Create better uptime monitor - await this.createMonitor(launchResult.value.primaryDomainSource) successResults.push(successResult) } }