Skip to content

Commit 1e9a80c

Browse files
updated a blank return to a clean exit
1 parent 0daf962 commit 1e9a80c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Webhooks/Push-AuditLogBundleProcessing.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
function Push-AuditLogBundleProcessing {
22
Param($Item)
33

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

0 commit comments

Comments
 (0)