Skip to content

Commit 366dbff

Browse files
committed
Status is optional
1 parent c27d584 commit 366dbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { BaseService } from "./baseService.server";
66
type BaseInput = {
77
tx: PrismaClientOrTransaction;
88
id: string;
9-
status: TaskRunStatus;
9+
status?: TaskRunStatus;
1010
expiredAt?: Date;
1111
completedAt?: Date;
1212
};

0 commit comments

Comments
 (0)