You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setLicenses(awaitPromise.all([...Object.keys(dependencies), ...Object.keys(devDependencies)].map(asyncdep=>{// TODO: Add back types in a more sane way
let npmPackage: any;try{npmPackage=awaitky.get(`https://registry.npmjs.org/${dep}`).json();constnormalizedRepoURL=newURL(npmPackage.repository?.url.replace(/\.git$/,'').replace('git+','')||`https://github.com/npm/${dep}`,);normalizedRepoURL.protocol='https';if(npmPackage.repository?.url&&npmPackage.repository?.type==='git'){constrepoDefaultBranch=awaitgetRepoDefaultBranch(normalizedRepoURL.href);console.log(normalizedRepoURL.href,repoDefaultBranch);// license = await ky
The text was updated successfully, but these errors were encountered:
https://api.github.com/BrycensRanch/AuthIsForMe/blob/1111033ba86baacb8e52f33bca6579a243eedb31/frontend/src/pages/thanks.tsx#L69
The text was updated successfully, but these errors were encountered: