Skip to content

Commit 349f0ac

Browse files
committed
type
1 parent 97550f8 commit 349f0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/tools/vercel/dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function VercelDashboard() {
2828
})
2929

3030
const [, setIsLoading] = useState(true)
31-
const [metrics, setMetrics] = useState<any>()
31+
const [metrics, setMetrics] = useState<VercelMetrics>()
3232
const [deploymentsData, setDeploymentsData] = useState<DeploymentsData[]>([])
3333
const [durationData, setDurationData] = useState<DurationData[]>([])
3434
const [projectsData, setProjectsData] = useState<ProjectData[]>([])

0 commit comments

Comments
 (0)