Skip to content

Commit

Permalink
Fix for caching when a version is specified
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-lynch committed May 22, 2017
1 parent 44fc918 commit b06a123
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ function getLegacyVersions(downloadUrl, flavor){
return versionObj.valid;
})
.map(function(versionObj){
// TODO: check if flavors is array here
return new Version({
version: versionObj.version,
flavors: versionObj.flavors,
Expand Down

0 comments on commit b06a123

Please sign in to comment.