Skip to content

Commit

Permalink
Improved
Browse files Browse the repository at this point in the history
Signed-off-by: Hossein Rouhani <[email protected]>
  • Loading branch information
HRouhani committed Feb 27, 2024
1 parent c42ce03 commit 742cb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/aws/resources/aws_cloudtrail.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func (a *mqlAwsCloudtrailTrail) eventSelectors() ([]interface{}, error) {
}

// Basic plus advanced event selectors
allSelectors = append(basicSelectors, advancedSelectors)
allSelectors = append(basicSelectors, advancedSelectors...)
}

return allSelectors, nil
Expand Down

0 comments on commit 742cb17

Please sign in to comment.