Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSurgisonGDS committed Jul 4, 2023
1 parent 73176df commit 5f904cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/requestHttps.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async function getConfigForPackage (packageName) {
}
}

function setupRequestFunction (prepareFn, badStatusFn) {
function setupRequestFunction (prepareFn) {
return (url, options) => new Promise((resolve, reject) => {
https.get(url, (response) => {
const statusCode = response.statusCode
Expand Down

0 comments on commit 5f904cd

Please sign in to comment.