Skip to content

Commit

Permalink
Removed unnecessary files from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
triceras committed Aug 12, 2024
1 parent 6c4fff9 commit c41dfb2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion controllers/humiofilteralert_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,5 @@ func (r *HumioFilterAlertReconciler) logErrorAndReturn(err error, msg string) er
}

func sanitizeFilterAlert(filterAlert *humioapi.FilterAlert) {
filterAlert.ID = ""
filterAlert.RunAsUserID = ""
}
1 change: 0 additions & 1 deletion controllers/humioscheduledsearch_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,5 @@ func (r *HumioScheduledSearchReconciler) logErrorAndReturn(err error, msg string
}

func sanitizeScheduledSearch(scheduledSearch *humioapi.ScheduledSearch) {
scheduledSearch.ID = ""
scheduledSearch.RunAsUserID = ""
}

0 comments on commit c41dfb2

Please sign in to comment.