content-type fix

This commit is contained in:
Arnike
2022-12-17 01:11:05 +03:00
parent ea9b760933
commit 0913fc2069
2 changed files with 8 additions and 9 deletions

View File

@@ -107,5 +107,6 @@ function New-Session {
break
}
}
return $script:psipamSession
}
Export-ModuleMember -Function New-Session