Skip to content

Commit df20d43

Browse files
committed
Fix type error
1 parent c0507fb commit df20d43

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
@@ -58,6 +58,7 @@ export class CreateTaskRunAttemptService extends BaseService {
5858
version: true,
5959
sdkVersion: true,
6060
cliVersion: true,
61+
supportsLazyAttempts: true,
6162
},
6263
},
6364
},
@@ -126,10 +127,6 @@ export class CreateTaskRunAttemptService extends BaseService {
126127
queueId: queue.id,
127128
runtimeEnvironmentId: environment.id,
128129
},
129-
include: {
130-
backgroundWorker: true,
131-
backgroundWorkerTask: true,
132-
},
133130
});
134131

135132
if (setToExecuting) {

0 commit comments

Comments
 (0)