diff --git a/frontend/src/renderer/lib/spawn-orchestrator.ts b/frontend/src/renderer/lib/spawn-orchestrator.ts index c1be2ad62..366353c0e 100644 --- a/frontend/src/renderer/lib/spawn-orchestrator.ts +++ b/frontend/src/renderer/lib/spawn-orchestrator.ts @@ -8,13 +8,7 @@ import { captureRendererEvent } from "./telemetry"; // each call site remembering to instrument itself. Keep in sync with the // allowed-source list in telemetry.ts. export type OrchestratorSpawnSource = - | "board" - | "restore_dialog" - | "topbar" - | "sidebar" - | "project_add" - | "settings" - | "restart"; + "board" | "restore_dialog" | "topbar" | "sidebar" | "project_add" | "settings" | "restart"; /** Spawn the project's orchestrator session via the daemon API. When clean is * true the daemon first tears down any active orchestrator for the project, then