Skip to content

Commit b8f9dc1

Browse files
committed
one last image ref type fix
1 parent 3218787 commit b8f9dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/v3/schemas/runEngine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export const DequeueMessageCheckpoint = z.object({
217217
id: z.string(),
218218
type: CheckpointType,
219219
location: z.string(),
220-
imageRef: z.string(),
220+
imageRef: z.string().nullish(),
221221
reason: z.string().nullish(),
222222
});
223223
export type DequeueMessageCheckpoint = z.infer<typeof DequeueMessageCheckpoint>;

0 commit comments

Comments
 (0)