From d83836602376079b6106c82f499bbb923e2e2ebe Mon Sep 17 00:00:00 2001 From: Nilay Majorwar Date: Fri, 17 Dec 2021 00:51:43 +0530 Subject: [PATCH] Fix minor type error --- ui/use-exec-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/use-exec-controller.ts b/ui/use-exec-controller.ts index cb39d8f..c8f43ee 100644 --- a/ui/use-exec-controller.ts +++ b/ui/use-exec-controller.ts @@ -161,7 +161,7 @@ export const useExecController = () => { const execute = React.useCallback( async ( onResult: (result: StepExecutionResult) => void, - interval?: number + interval: number ) => { setWorkerState("processing"); // Set up a streaming-response cycle with the worker