Skip to content

Commit 5ac4915

Browse files
author
TensorZero-Experimental-CI-Bot[bot]
committed
chore: automated fix for PR #49
1 parent c7876d4 commit 5ac4915

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.episode_id

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
019adce1-1292-7b60-a86b-cd41df7eaa68

dist/create-pr-feedback/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/generate-pr-patch/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/clickhouseClient.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('clickhouseClient', () => {
3333
{
3434
inferenceId: 'abc-123',
3535
episodeId: 'episode-123',
36-
pullRequestId: 42,
36+
pullRequestId: 42
3737
},
3838
defaultConfig,
3939
{ client }
@@ -46,7 +46,7 @@ describe('clickhouseClient', () => {
4646
episode_id: 'episode-123',
4747
pull_request_id: 42,
4848
inference_id: 'abc-123',
49-
original_pull_request_url: 'https://github.com/org/repo/pull/42'
49+
original_pull_request_url: undefined
5050
}
5151
],
5252
format: 'JSONEachRow'

src/clickhouseClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export interface CreatePullRequestToInferenceRequest {
1818
inferenceId: string
1919
episodeId: string
2020
pullRequestId: number
21-
originalPullRequestUrl: string
21+
originalPullRequestUrl?: string
2222
}
2323

2424
export interface PullRequestToInferenceRecord {

0 commit comments

Comments
 (0)