update [pkgreview] url (#6189)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
chris48s
2021-02-15 20:38:34 +00:00
committed by GitHub
parent 2967c6793b
commit 4d608c2807

View File

@@ -62,7 +62,7 @@ module.exports = class PkgreviewRating extends BaseJsonService {
async fetch({ pkgManager, pkgSlug }) {
return this._requestJson({
schema,
url: `https://pkgreview.dev/api/v1/${pkgManager}/${encodeURIComponent(
url: `https://pkgreview.now.sh/api/v1/${pkgManager}/${encodeURIComponent(
pkgSlug
)}`,
errorMessages: {