Contributor tools searches from all PRs (#42630)

pull/42681/head
Niraj Nandish 2021-06-30 13:51:31 +04:00 committed by GitHub
parent 718634a9f6
commit 6b0040b3d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
const { Octokit } = require('@octokit/rest');
const {
github: { owner, secret, freeCodeCampRepo, defaultBase }
github: { owner, secret, freeCodeCampRepo }
} = require('../../../lib/config');
const getPRs = async () => {
@ -11,7 +11,6 @@ const getPRs = async () => {
const methodProps = {
owner,
repo: freeCodeCampRepo,
base: defaultBase,
state: 'open',
sort: 'created',
direction: 'asc',