mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
Update identity_attribute_rule.md - Fixed comment punctuation
Fixed comment punctuation in the example.
This commit is contained in:
@@ -93,7 +93,7 @@ if( startDate.before( today ) && endDate.after( today ) ) {
|
|||||||
return "inactive";
|
return "inactive";
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we haven't calculated a state already; return null.
|
// If we haven't calculated a state already, return null.
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
]]></Source>
|
]]></Source>
|
||||||
|
|||||||
Reference in New Issue
Block a user