mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:00:45 +00:00
test: fix cost snapshot PR checks
This commit is contained in:
@@ -132,7 +132,6 @@ export async function persistSessionUsageUpdate(params: {
|
||||
providerUsed: params.providerUsed ?? entry.modelProvider,
|
||||
modelUsed: params.modelUsed ?? entry.model,
|
||||
});
|
||||
const existingEstimatedCostUsd = resolveNonNegativeNumber(entry.estimatedCostUsd) ?? 0;
|
||||
const patch: Partial<SessionEntry> = {
|
||||
modelProvider: params.providerUsed ?? entry.modelProvider,
|
||||
model: params.modelUsed ?? entry.model,
|
||||
|
||||
Reference in New Issue
Block a user