phase-7_alpha: legacy code cleanup

This commit is contained in:
Kazuma
2026-06-05 22:27:53 -04:00
committed by Kazuma
parent 5b32bd7a04
commit 7cb1b03fd5
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[],