Skip to content

Instantly share code, notes, and snippets.

@overdrive3000
Created September 11, 2016 23:32
Show Gist options
  • Save overdrive3000/ce84ff3f02b72020911d6968cce44e2b to your computer and use it in GitHub Desktop.
Save overdrive3000/ce84ff3f02b72020911d6968cce44e2b to your computer and use it in GitHub Desktop.
security_groups.push(element.UserIdGroupPairs.map(function(element){
if (element.GroupId !== sg_id) {
return element.GroupId;
}
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment