changes.mady.by.user Shane Smith
Saved on Oct 08, 2024
Saved on Oct 16, 2024
return isUserInRole(currentUser(), project, "developers");
For routines that return true or false there is no need to wrap them in an IF statement.