Skip to content

Commit

Permalink
fix: adapt location to load ROUTES
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored and pvdlg committed Nov 21, 2018
1 parent 207b990 commit f004904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/get-client.js
Expand Up @@ -7,7 +7,7 @@ const urljoin = require('url-join');
const HttpProxyAgent = require('http-proxy-agent');
const HttpsProxyAgent = require('https-proxy-agent');

const GH_ROUTES = require('@octokit/rest/lib/routes');
const GH_ROUTES = require('@octokit/rest/plugins/rest-api-endpoints/routes');
const {RETRY_CONF, RATE_LIMITS, GLOBAL_RATE_LIMIT} = require('./definitions/rate-limit');

/**
Expand Down

0 comments on commit f004904

Please sign in to comment.