Skip to content

Commit

Permalink
fix: runtime errors for repo-sync
Browse files Browse the repository at this point in the history
- avoid using gh-queue because pagination, should not cause too many
issues, unless maybe folks have 10000s of repos.

- fix typo in github-queue error handling

- allow this to work outside of our staging organisation
  • Loading branch information
janl committed Mar 20, 2019
1 parent a0893d8 commit 1b5c7cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jobs/sync-repos.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const Log = require('gk-log')
const { flatten } = require('lodash')

const dbs = require('../lib/dbs')
const githubQueue = require('../lib/github-queue')
const { createDocs } = require('../lib/repository-docs')
const GitHub = require('../lib/github')
const getToken = require('../lib/get-token')
Expand Down

0 comments on commit 1b5c7cd

Please sign in to comment.