8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207b990 commit f004904Copy full SHA for f004904
lib/get-client.js
@@ -7,7 +7,7 @@ const urljoin = require('url-join');
7
const HttpProxyAgent = require('http-proxy-agent');
8
const HttpsProxyAgent = require('https-proxy-agent');
9
10
-const GH_ROUTES = require('@octokit/rest/lib/routes');
+const GH_ROUTES = require('@octokit/rest/plugins/rest-api-endpoints/routes');
11
const {RETRY_CONF, RATE_LIMITS, GLOBAL_RATE_LIMIT} = require('./definitions/rate-limit');
12
13
/**
0 commit comments