Skip to content

Commit

Permalink
Merge pull request #236 from snazy2000/develop
Browse files Browse the repository at this point in the history
Fixed #234 , keep id parameter for recursive calls
  • Loading branch information
PetriAsi authored Oct 18, 2021
2 parents b5fe626 + 0f7e6b3 commit d224f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SnipeitPS/Public/Get-SnipeitLicenseSeat.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function Get-SnipeitLicenseSeat() {
begin {
Test-SnipeitAlias -invocationName $MyInvocation.InvocationName -commandName $MyInvocation.MyCommand.Name

$SearchParameter = . Get-ParameterValue -Parameters $MyInvocation.MyCommand.Parameters -BoundParameters $PSBoundParameters
$SearchParameter = . Get-ParameterValue -Parameters $MyInvocation.MyCommand.Parameters -BoundParameters $PSBoundParameters -DefaultExcludeParameter 'url', 'apiKey', 'Debug', 'Verbose','RequestType'

$api = "/api/v1/licenses/$id/seats"

Expand Down

0 comments on commit d224f97

Please sign in to comment.