Skip to content

Commit

Permalink
Merge pull request #42003 from KamilSzot/Fix-41080
Browse files Browse the repository at this point in the history
Fix #41080
  • Loading branch information
sandy081 authored Jan 29, 2018
2 parents 0c4c054 + e2115a5 commit 13a3096
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,13 @@ function getVersionAsset(version: IRawGalleryExtensionVersion, type: string): IG
return { uri, fallbackUri: uri };
}

if (type === AssetType.Repository) {
return {
uri: null,
fallbackUri: null
};
}

return null;
}

Expand Down

0 comments on commit 13a3096

Please sign in to comment.