mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 01:55:36 +01:00
Switched to biome.
This commit is contained in:
parent
abc1b50ad0
commit
15fda927ce
11 changed files with 184 additions and 1167 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import { ClickHouseClient, createClient } from '@clickhouse/client';
|
||||
import { type ClickHouseClient, createClient } from '@clickhouse/client';
|
||||
import { formatInTimeZone } from 'date-fns-tz';
|
||||
import debug from 'debug';
|
||||
import { CLICKHOUSE } from '@/lib/db';
|
||||
import { DEFAULT_PAGE_SIZE, FILTER_COLUMNS, OPERATORS } from './constants';
|
||||
import { filtersObjectToArray } from './params';
|
||||
import { QueryFilters, QueryOptions } from './types';
|
||||
import type { QueryFilters, QueryOptions } from './types';
|
||||
|
||||
export const CLICKHOUSE_DATE_FORMATS = {
|
||||
utc: '%Y-%m-%dT%H:%i:%SZ',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue