Skip to content

Commit

Permalink
updated a blank return to a clean exit
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Mar 1, 2025
1 parent 0daf962 commit 1e9a80c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
function Push-AuditLogBundleProcessing {
Param($Item)

return # Disabled for now, as it's not used

#return # Disabled for now, as it's not used
exit 0
try {
$AuditBundleTable = Get-CippTable -tablename 'AuditLogBundles'
$AuditLogBundle = Get-CIPPAzDataTableEntity @AuditBundleTable -Filter "PartitionKey eq '$($Item.TenantFilter)' and RowKey eq '$($Item.ContentId)'"
Expand Down

0 comments on commit 1e9a80c

Please sign in to comment.