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:
@@ -336,15 +336,6 @@ export function createMissionRouter(
|
||||
// control-plane lane. They must NOT be gated on task-lane saturation (maxConcurrent,
|
||||
// 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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user