Skip to content

Commit 4f9b10a

Browse files
committed
Fix type error
1 parent 4e46cfa commit 4f9b10a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export class CreateTaskRunAttemptService extends BaseService {
5656
version: true,
5757
sdkVersion: true,
5858
cliVersion: true,
59+
supportsLazyAttempts: true,
5960
},
6061
},
6162
},
@@ -113,10 +114,6 @@ export class CreateTaskRunAttemptService extends BaseService {
113114
queueId: queue.id,
114115
runtimeEnvironmentId: environment.id,
115116
},
116-
include: {
117-
backgroundWorker: true,
118-
backgroundWorkerTask: true,
119-
},
120117
});
121118

122119
if (setToExecuting) {

0 commit comments

Comments
 (0)