We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c6a7c commit 46dfa99Copy full SHA for 46dfa99
apps/webapp/app/v3/services/cancelTaskRunV1.server.ts
@@ -106,9 +106,6 @@ export class CancelTaskRunServiceV1 extends BaseService {
106
reason: opts.reason,
107
run: cancelledTaskRun,
108
cancelledAt: opts.cancelledAt,
109
- projectRef: cancelledTaskRun.project.externalRef,
110
- organizationId: cancelledTaskRun.runtimeEnvironment.organizationId,
111
- environmentType: cancelledTaskRun.runtimeEnvironment.type,
112
})
113
);
114
0 commit comments