Skip to content

Commit

Permalink
Fix bug in language mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkuttappan authored and azure-sdk committed May 27, 2021
1 parent 078212a commit 5f2a008
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eng/common/scripts/Helpers/ApiView-Helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ function MapLanguageName($language)
elseif ($lang -eq "python"){
$lang = "Python"
}
return $null
else{
$lang = $null
}
return $lang
}

function Check-ApiReviewStatus($packageName, $packageVersion, $language, $url, $apiKey)
Expand Down

0 comments on commit 5f2a008

Please sign in to comment.