Skip to content

Commit 4ec5aab

Browse files
committed
fix(run-store): allow undefined maxDurationInSeconds in lockRunToWorker input
1 parent d530eb1 commit 4ec5aab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal-packages/run-store/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export type LockRunData = {
199199
taskVersion: string;
200200
sdkVersion: string | null;
201201
cliVersion: string | null;
202-
maxDurationInSeconds: number | null;
202+
maxDurationInSeconds: number | null | undefined;
203203
maxAttempts?: number;
204204
snapshot: LockSnapshotInput;
205205
};

0 commit comments

Comments
 (0)