chore(lint): enforce more strict eslint/oxlint rules (batch 2) (#37884)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-02-18 22:27:27 -05:00
committed by GitHub
parent de079a7b19
commit 6b80135aa2
8 changed files with 38 additions and 16 deletions

View File

@@ -347,7 +347,7 @@ const buildQuery: BuildQuery<TableChartFormData> = (
{
...queryObject,
time_offsets: [],
row_limit: Number(formData?.row_limit) ?? 0,
row_limit: Number(formData?.row_limit ?? 0),
row_offset: 0,
post_processing: [],
is_rowcount: true,