From 4396510205fc6116826d75fa736a80373be3330b Mon Sep 17 00:00:00 2001 From: argirok Date: Thu, 8 Jun 2023 11:04:54 +0300 Subject: [PATCH] add new community piwik id --- src/app/utils/piwikHelper.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/utils/piwikHelper.ts b/src/app/utils/piwikHelper.ts index a8d18e7..6a2b356 100644 --- a/src/app/utils/piwikHelper.ts +++ b/src/app/utils/piwikHelper.ts @@ -40,7 +40,8 @@ export class PiwikHelper{ "knowmad": 640, "egrise": 710, "euconexus": 707, - "dth": 719 + "dth": 719, + "lifewatch-eric": 744 }; public static getSiteId(communityId:string){ return this.siteIDs[communityId];