Skip to content

Commit 7aca312

Browse files
committed
fix dumb
1 parent d176322 commit 7aca312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Security/Invoke-ExecIncidentsList.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Function Invoke-ExecIncidentsList {
4141
}
4242
} else {
4343
$Table = Get-CIPPTable -TableName cachealertsandincidents
44-
$PartitionKey = 'incident'
44+
$PartitionKey = 'Incident'
4545
$Filter = "PartitionKey eq '$PartitionKey'"
4646
$Rows = Get-CIPPAzDataTableEntity @Table -filter $Filter | Where-Object -Property Timestamp -GT (Get-Date).AddMinutes(-30)
4747
$QueueReference = '{0}-{1}' -f $TenantFilter, $PartitionKey

0 commit comments

Comments
 (0)