style: fix biome formatting

This commit is contained in:
Peter Steinberger
2025-12-26 00:50:46 +00:00
parent 72267e97ca
commit 8f9d7405ed
4 changed files with 7 additions and 10 deletions

View File

@@ -875,7 +875,10 @@ function getSessionDefaults(cfg: ClawdisConfig): GatewaySessionsDefaults {
cfg.agent?.contextTokens ??
lookupContextTokens(resolved.model) ??
DEFAULT_CONTEXT_TOKENS;
return { model: resolved.model ?? null, contextTokens: contextTokens ?? null };
return {
model: resolved.model ?? null,
contextTokens: contextTokens ?? null,
};
}
function listSessionsFromStore(params: {