Add forthem to piwikHelper

This commit is contained in:
Konstantinos Triantafyllou 2022-10-12 15:55:04 +03:00
parent f4cf667af0
commit 63bb04a0ef
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ export class PiwikHelper{
"eutopia":608,
"north-america-studies": 609,
"iperionhs":610,
"neanias-atmospheric": 613
"neanias-atmospheric": 613,
"forthem": 625
};
public static getSiteId(communityId:string){
return this.siteIDs[communityId];