Skip to content
Snippets Groups Projects

Iss #255 - Add description and privacy options to static teams

Merged Martin Lowe requested to merge malowe/eclipsefdn-github-sync:malowe/master/255 into master
Files
3
@@ -151,6 +151,8 @@ class StaticTeamManager {
@@ -151,6 +151,8 @@ class StaticTeamManager {
name: team.teamName,
name: team.teamName,
permission: perms,
permission: perms,
expiration: team.expiration,
expiration: team.expiration,
 
privacy: team.privacy,
 
description: team.description,
serviceTeamFor: team.serviceTeamFor,
serviceTeamFor: team.serviceTeamFor,
});
});
}
}
Loading