Skip to content

Commit 31a354a

Browse files
committed
Force V1 engine if using BatchTriggerV2Service, we’ve already done the check at this point
1 parent 44d954a commit 31a354a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,8 @@ export class BatchTriggerV2Service extends BaseService {
790790
batchId: batch.friendlyId,
791791
skipChecks: true,
792792
runFriendlyId: task.runFriendlyId,
793-
}
793+
},
794+
"V1"
794795
);
795796

796797
if (!run) {

0 commit comments

Comments
 (0)