Skip to content

Commit 2df7498

Browse files
committed
fix: adapt import of @octokit/endpoint for v5
1 parent e1068fa commit 2df7498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const endpoint = require('@octokit/endpoint')
1+
const { endpoint } = require('@octokit/endpoint')
22
const getUserAgent = require('universal-user-agent')
33

44
const version = require('./package.json').version

0 commit comments

Comments
 (0)