Skip to content

Commit

Permalink
fix(CodeGen): add missing result
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 6, 2024
1 parent 3f4b32c commit c0a5532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/github/write-code-for-github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export async function writeCodeForGithub(
event: 'write_code:result',
answer_id: answerID,
organization: getOrganizationLogData(organization),
result,
})

if (result.failed) {
Expand Down
1 change: 1 addition & 0 deletions src/lib/github/write-code-for-gitlab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export async function writeCodeForGitlab(
event: 'write_code:result',
answer_id: answerID,
organization: getOrganizationLogData(organization),
result,
})

if (result.failed) {
Expand Down

0 comments on commit c0a5532

Please sign in to comment.