We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d08d6 commit 97550f8Copy full SHA for 97550f8
apps/web/src/components/tools/vercel/dashboard.tsx
@@ -28,7 +28,6 @@ export default function VercelDashboard() {
28
})
29
30
const [, setIsLoading] = useState(true)
31
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
32
const [metrics, setMetrics] = useState<any>()
33
const [deploymentsData, setDeploymentsData] = useState<DeploymentsData[]>([])
34
const [durationData, setDurationData] = useState<DurationData[]>([])
0 commit comments