fixed a lot of lint and work on utils

This commit is contained in:
Boki 2025-06-19 21:07:37 -04:00
parent 4881a38c32
commit 42bc2966df
17 changed files with 183 additions and 93 deletions

View file

@ -162,7 +162,7 @@ export class SyncManager {
// Helper methods
private async resolveExchange(exchangeCode: string): Promise<string | null> {
if (!exchangeCode) return null;
if (!exchangeCode) {return null;}
// Simple mapping - expand this as needed
const exchangeMap: Record<string, string> = {