chore(root): migrate to biome
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { api } from '@/trpc/client';
|
||||
|
||||
export function usePropertyValues(
|
||||
params: Parameters<typeof api.chart.values.useQuery>[0]
|
||||
params: Parameters<typeof api.chart.values.useQuery>[0],
|
||||
) {
|
||||
const query = api.chart.values.useQuery(params, {
|
||||
staleTime: 1000 * 60 * 10,
|
||||
|
||||
Reference in New Issue
Block a user