Skip to content

Commit 7127ba4

Browse files
committed
remove the additional status checks
1 parent 6026810 commit 7127ba4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,6 @@ export class ResumeAttemptService extends BaseService {
211211
const updatedAttempt = await this._prisma.taskRunAttempt.update({
212212
where: {
213213
id: attempt.id,
214-
status: {
215-
notIn: FINAL_ATTEMPT_STATUSES,
216-
},
217-
taskRun: {
218-
status: {
219-
notIn: FINAL_RUN_STATUSES,
220-
},
221-
},
222214
},
223215
data: {
224216
status: "EXECUTING",

0 commit comments

Comments
 (0)