add new community piwik id

This commit is contained in:
argirok 2023-06-08 11:04:54 +03:00
parent 4394b63736
commit 4396510205
1 changed files with 2 additions and 1 deletions

View File

@ -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];