From e344e7fd15a9c7414e8ee39ec08b2976b920682d Mon Sep 17 00:00:00 2001 From: argirok Date: Wed, 8 Jun 2022 14:32:36 +0300 Subject: [PATCH] add new piwik id --- src/app/utils/piwikHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];