Skip to content

Commit 876037a

Browse files
committed
fix(api): triggering a batch on a v4 project via the v3 SDK no longer results in errors
1 parent e7fec40 commit 876037a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/v3/services/batchTriggerV3.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ export class BatchTriggerV3Service extends BaseService {
849849
triggerVersion: options?.triggerVersion,
850850
traceContext: options?.traceContext,
851851
spanParentAsLink: options?.spanParentAsLink,
852-
batchId: batch.friendlyId,
852+
batchId: batch.id,
853853
skipChecks: true,
854854
runFriendlyId: task.runId,
855855
realtimeStreamsVersion: options?.realtimeStreamsVersion,

0 commit comments

Comments
 (0)