Skip to content

Commit

Permalink
push unsaved change
Browse files Browse the repository at this point in the history
  • Loading branch information
adhilto committed Jan 2, 2024
1 parent e531c48 commit 906d767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rego/Utils.rego
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,6 @@ FilterEvents(SettingName, OrgUnit) := FilteredEvents if {

# Filter the events by just SettingName, ignoring OU
FilterEventsNoOU(SettingName) := {
Event | some Event in SettingChangeEvents;
Event.Setting == SettingName
Event | some Event in SettingChangeEvents;
Event.Setting == SettingName
}

0 comments on commit 906d767

Please sign in to comment.