diff --git a/src/app/utils/piwikHelper.ts b/src/app/utils/piwikHelper.ts index 0c0cfb5..27db658 100644 --- a/src/app/utils/piwikHelper.ts +++ b/src/app/utils/piwikHelper.ts @@ -28,7 +28,7 @@ export class PiwikHelper{ "eut":558, "aurora":560, "ebrains": 592, - "neanias-space":null + "neanias-space":"604" }; public static getSiteId(communityId:string){ return this.siteIDs[communityId];