chore: snapshot main sync
This commit is contained in:
@@ -162,10 +162,6 @@ export function planStatusFromRun(runStatus: 'completed' | 'failed' | 'cancelled
|
||||
return runStatus === 'completed' ? 'completed' : runStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* Find any active plan linked to a running flow run — used by the startup
|
||||
* resume path to surface plans that have in-flight orchestrator runs.
|
||||
*/
|
||||
export async function findPlanWithRunningRun(
|
||||
sql: Sql,
|
||||
projectId: string,
|
||||
|
||||
Reference in New Issue
Block a user