Skip to content

Commit 46dfa99

Browse files
committed
fix the call site for cancelling run event in v3
1 parent d0c6a7c commit 46dfa99

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ export class CancelTaskRunServiceV1 extends BaseService {
106106
reason: opts.reason,
107107
run: cancelledTaskRun,
108108
cancelledAt: opts.cancelledAt,
109-
projectRef: cancelledTaskRun.project.externalRef,
110-
organizationId: cancelledTaskRun.runtimeEnvironment.organizationId,
111-
environmentType: cancelledTaskRun.runtimeEnvironment.type,
112109
})
113110
);
114111

0 commit comments

Comments
 (0)