Skip to content

Commit

Permalink
Merge pull request #44 from Readify/job-status
Browse files Browse the repository at this point in the history
Fix for retrieving job statuses
  • Loading branch information
RobFaie authored May 26, 2020
2 parents 19c2945 + f12fb09 commit 9f0d012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/Get-JobStatus.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ function Get-JobStatus {
Param (
# Unique Id of the background job whose status to retrieve
[Parameter(Mandatory = $false)]
[ValidateRange(1, [Int64]::MaxValue)]
[Int64[]]
[ValidateNotNullOrEmpty()]
[String[]]
$Id,

# Zendesk Connection Context from `Get-ZendeskConnection`
Expand Down

0 comments on commit 9f0d012

Please sign in to comment.