phase-7_alpha: legacy code cleanup

This commit is contained in:
Sai Kiran Vella
2026-06-05 22:27:53 -04:00
parent 5185f03c12
commit a7108b448a
13 changed files with 31 additions and 983 deletions
+1 -5
View File
@@ -11,11 +11,7 @@ import type {
} from '../types';
export class PortfolioAdvisor {
private client: YahooFinanceClient;
constructor() {
this.client = new YahooFinanceClient();
}
constructor(private readonly client: YahooFinanceClient) {}
async advise(
holdings: PortfolioHolding[],