Skip to content

Commit cb9f07c

Browse files
committed
fix: coerce optimisticTimestamp
1 parent dc15ee2 commit cb9f07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const ConfigSchema = z.object({
7373
/**
7474
* Optimistic timestamp to pass from external runner, in ms
7575
*/
76-
optimisticTimestamp: z.number().int().positive().nullish(),
76+
optimisticTimestamp: z.coerce.number().int().positive().nullish(),
7777
/**
7878
* Override redstone gateways
7979
*/

0 commit comments

Comments
 (0)