Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
renanvy committed Aug 4, 2023
1 parent a9943db commit 159093f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controller/evaluator.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ function runStepsEvaluator(pathList) {
// const outputBase64 = parserJSONtoBase64(outputJSON)

const json = JSON.stringify({
github_username: githubUsername,
github_repository_name: githubRepositoryName,
github_username: getGithubUsernameData(),
github_repository_name: getGithubRepositoryNameData(),
evaluations: [{"grade": "1", "description": "GeniusLogic"}],
})

Expand Down

0 comments on commit 159093f

Please sign in to comment.