fix: resolve merge artifacts from main branch integration

- Regenerate corrupted package-lock.json with duplicate entries
- Remove unreachable dead code in runReportAgent
This commit is contained in:
ajmallesh
2026-01-15 10:57:15 -08:00
parent f3cb5dce8f
commit 9d69e43ecf
2 changed files with 1 additions and 1622 deletions

1622
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -440,7 +440,6 @@ export async function runReportAgent(input: ActivityInput): Promise<AgentMetrics
});
throw error;
}
return runAgentActivity('report', input);
}
/**