We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d530eb1 commit 4ec5aabCopy full SHA for 4ec5aab
1 file changed
internal-packages/run-store/src/types.ts
@@ -199,7 +199,7 @@ export type LockRunData = {
199
taskVersion: string;
200
sdkVersion: string | null;
201
cliVersion: string | null;
202
- maxDurationInSeconds: number | null;
+ maxDurationInSeconds: number | null | undefined;
203
maxAttempts?: number;
204
snapshot: LockSnapshotInput;
205
};
0 commit comments