We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88041ce commit 7c036a0Copy full SHA for 7c036a0
1 file changed
packages/shared/src/codexUsage.ts
@@ -5,7 +5,7 @@ const CODEX_USAGE_WINDOW_DISPLAY_ORDER = {
5
weekly: 1,
6
} satisfies Record<CodexUsageWindow["kind"], number>;
7
8
-export function compareCodexUsageWindowDisplayOrder(
+function compareCodexUsageWindowDisplayOrder(
9
left: Pick<CodexUsageWindow, "kind">,
10
right: Pick<CodexUsageWindow, "kind">,
11
): number {
0 commit comments