From f619d61e6e0aa7956c35c4ef8de5ce092ad0655c Mon Sep 17 00:00:00 2001 From: Bellangelo Date: Sat, 24 Aug 2024 23:52:23 +0300 Subject: [PATCH] Fix function name --- src/GithubHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GithubHelper.js b/src/GithubHelper.js index cee5a98..6fdb1f7 100644 --- a/src/GithubHelper.js +++ b/src/GithubHelper.js @@ -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) {