fix(FN-4620): resolve workspace lint regressions

Fusion-Task-Id: FN-4620
Fusion-Task-Lineage: d3d05e54-e137-46ee-bb5d-d71aa03e5a48
This commit is contained in:
Fusion
2026-05-15 11:46:08 -07:00
committed by gsxdsm
parent fa9648bfe7
commit af6dfdbcb8

View File

@@ -336,15 +336,6 @@ export function createMissionRouter(
// control-plane lane. They must NOT be gated on task-lane saturation (maxConcurrent, // control-plane lane. They must NOT be gated on task-lane saturation (maxConcurrent,
// semaphore, queue depth). Session-lock 409 with { error, lockedByTab } is preserved. // semaphore, queue depth). Session-lock 409 with { error, lockedByTab } is preserved.
/**
* Helper to resolve rootDir for the current request's project scope.
*/
async function getRootDirForRequest(req: Request): Promise<string> {
const projectId = getProjectIdFromRequest(req);
const scopedStore = projectId ? await getOrCreateProjectStore(projectId) : store;
return scopedStore.getRootDir();
}
/** /**
* Helper to resolve scoped store for the current request's project scope. * Helper to resolve scoped store for the current request's project scope.
*/ */