Skip to content

Commit

Permalink
use kebab-case for query ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
justkahdri committed Dec 16, 2024
1 parent f4f817c commit b8b1215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/basehub/src/events/primitive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ type GetOptions<
}
| {
type: "time-series";
range?: "day" | "week" | "month" | "year" | "allTime";
range?: "day" | "week" | "month" | "year" | "all-time";
};

// Type for table-based response
Expand Down

0 comments on commit b8b1215

Please sign in to comment.