From 524b3a90b2c952c70dfb8fb596460046425bed6d Mon Sep 17 00:00:00 2001 From: DineshKumarASD <118263966+DineshKumarASD@users.noreply.github.com> Date: Wed, 1 May 2024 13:44:44 +0100 Subject: [PATCH] Update regulators.ts removed gmail from regulators --- src/server/regulator/config/regulators.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/server/regulator/config/regulators.ts b/src/server/regulator/config/regulators.ts index c43c27e..b80d3f9 100644 --- a/src/server/regulator/config/regulators.ts +++ b/src/server/regulator/config/regulators.ts @@ -326,11 +326,6 @@ const regulators: Regulator[] = [ name: 'Water Services Regulation Authority', domain: 'ofwat.gov.uk', }, - { - id: 'gmail', - name: 'gmail test', - domain: 'gmail.com', - }, { id: 'Safety', name: 'Safety Tech Accelerator', @@ -341,7 +336,6 @@ const regulators: Regulator[] = [ name: 'Cognizant test', domain: 'cognizant.com', } - ];