Skip to content

Commit abb4486

Browse files
committed
cleanup
1 parent 5df23bb commit abb4486

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ServiceNow/Public/New-ServiceNowSession.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ function New-ServiceNowSession {
148148
}
149149
}
150150

151-
152151
$token = Invoke-RestMethod @params
153152
$newSession.Add('AccessToken', $token.access_token)
154153
$newSession.Add('RefreshToken', $token.refresh_token)

0 commit comments

Comments
 (0)