Skip to content

Commit

Permalink
fix: set correct user agent (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored Jun 22, 2022
1 parent ba7738a commit de8c3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/octokit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Octokit = OctokitCore.plugin(
retry,
throttling
).defaults({
userAgent: `octokit-rest.js/${VERSION}`,
userAgent: `octokit.js/${VERSION}`,
throttle: {
onRateLimit,
onAbuseLimit,
Expand Down

0 comments on commit de8c3a5

Please sign in to comment.