Skip to content

Commit

Permalink
GH Action Standards
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie authored and github-actions[bot] committed Dec 16, 2022
1 parent dc18a06 commit d193ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/handlers/package_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,8 @@ async function getPackagesVersionTarball(req, res) {
//let tarballURL = new url((pack.content.meta.tarball_url ? pack.content.meta.tarball_url : ""));
let tarballURL = pack.content.meta.tarball_url;

if (tarballURL !== undefined && false) { // todo the url feature doesn't work the way we would expect in production
if (tarballURL !== undefined && false) {
// todo the url feature doesn't work the way we would expect in production
tarballURL = url.parse(pack.content.meta.tarball_url);

if (
Expand Down

0 comments on commit d193ad7

Please sign in to comment.