8000 fix: adapt location to load ROUTES · coderbyheart/github@f004904 · GitHub
[go: up one dir, main page]

Skip to content

Commit f004904

Browse files
gr2mpvdlg
authored andcommitted
fix: adapt location to load ROUTES
1 parent 207b990 commit f004904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/get-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const urljoin = require('url-join');
77
const HttpProxyAgent = require('http-proxy-agent');
88
const HttpsProxyAgent = require('https-proxy-agent');
99

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

1313
/**

0 commit comments

Comments
 (0)
0