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 3218787 commit b8f9dc1Copy full SHA for b8f9dc1
packages/core/src/v3/schemas/runEngine.ts
@@ -217,7 +217,7 @@ export const DequeueMessageCheckpoint = z.object({
217
id: z.string(),
218
type: CheckpointType,
219
location: z.string(),
220
- imageRef: z.string(),
+ imageRef: z.string().nullish(),
221
reason: z.string().nullish(),
222
});
223
export type DequeueMessageCheckpoint = z.infer<typeof DequeueMessageCheckpoint>;
0 commit comments