Skip to content

Commit f8fb12c

Browse files
committed
lines everywhere
1 parent 7dcc5bc commit f8fb12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/array/src/renderer/features/task-detail/stores/taskExecutionStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ export const useTaskExecutionStore = create<TaskExecutionStore>()(
462462

463463
// Get the latest run from the returned task
464464
const latestRun = updatedTask.latest_run;
465-
465+
466466
if (!latestRun) {
467467
throw new Error("No task run returned from cloud run");
468468
}

0 commit comments

Comments
 (0)