diff --git a/connect/connectHelper.ts b/connect/connectHelper.ts index 0c218706..343baabf 100644 --- a/connect/connectHelper.ts +++ b/connect/connectHelper.ts @@ -4,7 +4,7 @@ import {properties} from "../../../environments/environment"; export class ConnectHelper { public static getCommunityFromDomain(domain: string): string{ - domain = "beta.covid-19.openaire.eu"; //for testing + //domain = "beta.covid-19.openaire.eu"; //for testing domain = domain.indexOf("//") != -1? domain.split("//")[1]:domain; //remove https:// prefix if (domain.indexOf('openaire.eu') === -1) { return null;