Skip to content

Commit dfe1325

Browse files
chore: generate
1 parent c1686c6 commit dfe1325

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/opencode/src/cli/cmd/stats.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ export const StatsCommand = effectCmd({
7575
}),
7676
})
7777

78-
const run = (args: { days?: number; tools?: number; models?: unknown; project?: string }, currentProject: Project.Info) =>
78+
const run = (
79+
args: { days?: number; tools?: number; models?: unknown; project?: string },
80+
currentProject: Project.Info,
81+
) =>
7982
Effect.promise(async () => {
8083
const stats = await aggregateSessionStats(args.days, args.project, currentProject)
8184

0 commit comments

Comments
 (0)