Skip to content

Commit

Permalink
Find-User - fixed output issue identified by test
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton committed Apr 1, 2021
1 parent 738098f commit 3bee92b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/functions/users/Find-User.ps1
Expand Up @@ -111,7 +111,6 @@ function Find-User {
Email = $parsedValue[1]
}
}
. $TssUserLookupObject $restResponse.records
}
} else {
Write-Warning "No valid session found"
Expand Down

0 comments on commit 3bee92b

Please sign in to comment.