This commit is contained in:
RahulGautamSingh 2022-02-19 13:39:21 +05:45 committed by GitHub
parent 06ec0d6c22
commit cc6b458a02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,7 +185,7 @@ export async function getDependency(
statusCode: err.statusCode, statusCode: err.statusCode,
packageName, packageName,
}, },
`Dependency lookup failure: payent required` `Dependency lookup failure: payment required`
); );
return null; return null;
} }