chore: format and sync protocol outputs

This commit is contained in:
Peter Steinberger
2026-01-16 03:30:56 +00:00
parent a5d8f89b53
commit abcca86e4e
18 changed files with 117 additions and 95 deletions

View File

@@ -156,10 +156,7 @@ export async function buildStatusReply(params: {
usageProviders.add(currentUsageProvider);
}
const usageByProvider = new Map<string, string>();
let usageSummaryCache:
| Awaited<ReturnType<typeof loadProviderUsageSummary>>
| null
| undefined;
let usageSummaryCache: Awaited<ReturnType<typeof loadProviderUsageSummary>> | null | undefined;
if (usageProviders.size > 0) {
try {
usageSummaryCache = await loadProviderUsageSummary({