Skip to content

Commit

Permalink
Merge pull request #40 from johnduprey/dev
Browse files Browse the repository at this point in the history
Update Invoke-ProcessHuduSubscription.ps1
  • Loading branch information
JohnDuprey authored Aug 25, 2023
2 parents 49406b9 + 936df8d commit 9d0b37f
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, user_id, created_at -Unique | Sort-Object id
$ActivityLogs = Get-HuduActivityLogs @LogQuery | Sort-Object -Property record_id -Unique | Sort-Object id

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

0 comments on commit 9d0b37f

Please sign in to comment.