We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc15ee2 commit cb9f07cCopy full SHA for cb9f07c
src/config/schema.ts
@@ -73,7 +73,7 @@ export const ConfigSchema = z.object({
73
/**
74
* Optimistic timestamp to pass from external runner, in ms
75
*/
76
- optimisticTimestamp: z.number().int().positive().nullish(),
+ optimisticTimestamp: z.coerce.number().int().positive().nullish(),
77
78
* Override redstone gateways
79
0 commit comments