Skip to content

Commit

Permalink
Fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellangelo committed Aug 24, 2024
1 parent 0e67bb6 commit f619d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GithubHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default class {
#oktokit

constructor(githubToken) {
this.#oktokit = github.getOktokit(githubToken)
this.#oktokit = github.getOctokit(githubToken)
}

async updateComment(owner, repo, commentId, commentBody) {
Expand Down

0 comments on commit f619d61

Please sign in to comment.