Skip to content

Commit

Permalink
Merge pull request #41 from johnduprey/dev
Browse files Browse the repository at this point in the history
Update Invoke-ProcessHuduSubscription.ps1
  • Loading branch information
JohnDuprey authored Sep 5, 2023
2 parents 9d0b37f + a1b0db1 commit d8a3c5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function Invoke-ProcessHuduSubscription {
#$LogQuery.AssetLayoutId = $Subscription.AssetLayoutId
}

$ActivityLogs = Get-HuduActivityLogs @LogQuery | Sort-Object -Property record_id -Unique | Sort-Object id
$ActivityLogs = Get-HuduActivityLogs @LogQuery | Sort-Object -Property record_id, action -Unique | Sort-Object id

Write-Output "Searching logs for $Actions $($Subscription.RecordType)"
$Logs = foreach ($Action in $Actions) {
Expand Down

0 comments on commit d8a3c5a

Please sign in to comment.