Merge pull request #102 from OpzekerIT/dev

cleanup
This commit is contained in:
Lanta 2023-11-13 19:44:04 +01:00 committed by GitHub
commit ac8b5ee9cf

View file

@ -19,14 +19,6 @@ else {
Write-Output "API Key not found"
}
else {
Write-Output "Clan members not found"
}
if ($clanMembersArray.count -gt 10 ) {
write-output "Currently not able to process more then 10 players"
exit
}
$headers = @{
'accept' = 'application/vnd.api+json'
'Authorization' = "$apiKey"