mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 09:42:44 +00:00
chore: format and sync protocol outputs
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user