add citizen science piwik id

This commit is contained in:
argirok 2021-09-07 12:56:26 +03:00
parent 9f171d3b53
commit 973ebda18e
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit d7c7a18f51816d6b064ae4e0c2d29dfad9e6e475
Subproject commit 9a979b10154ffb200fe4eacb1f4890d02bde5d27

View File

@ -23,7 +23,8 @@ export class PiwikHelper{
"galaxy":453,
"gotriple":490,
"neanias-underwater":474,
"inspired-ris":530
"inspired-ris":530,
"citizen-science":538
};
public static getSiteId(communityId:string, environment:string){
return this.siteIDs[communityId];