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 7dcc5bc commit f8fb12cCopy full SHA for f8fb12c
apps/array/src/renderer/features/task-detail/stores/taskExecutionStore.ts
@@ -462,7 +462,7 @@ export const useTaskExecutionStore = create<TaskExecutionStore>()(
462
463
// Get the latest run from the returned task
464
const latestRun = updatedTask.latest_run;
465
-
+
466
if (!latestRun) {
467
throw new Error("No task run returned from cloud run");
468
}
0 commit comments