Fixed code base

This commit is contained in:
Bhavik MacBook PRO 16 2023-04-23 17:16:59 +05:30
parent e6bc0a5e37
commit 7867b54c0d
3 changed files with 3 additions and 3 deletions

View file

@ -155,7 +155,7 @@ async function run() {
if(sourceAt === 'github') {
// Reply to the review comment with the OpenAI response
const client = new github.getOctokit(githubToken, {
const octokit = new github.getOctokit(githubToken, {
baseUrl: githubBaseURL
});