We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1396f9a commit ec88d42Copy full SHA for ec88d42
1 file changed
ModuleFast.ps1
@@ -155,8 +155,6 @@ function Get-ModuleFastPlan {
155
}
156
157
#If what we are looking for exists in the response, we can stop looking
158
- #HACK: We are making a big assumption that the v3 API will always return the latest version(s) in the index
159
- #TODO: Check every version range that our selected item might not have a higher candidate in a non-inlined index
160
#TODO: Type the responses and check on the type, not the existence of a property.
161
162
#HACK: Add the download URI to the catalog entry, this makes life easier.
0 commit comments