Skip to content

Commit

Permalink
types: delete useless types
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Jan 23, 2022
1 parent 8755c86 commit 3fc79c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/dashboard/analysis/index.ts
Expand Up @@ -3,5 +3,5 @@ import { useAxios } from '@/hooks/web/useAxios'
const { request } = useAxios()

export const getCountApi = () => {
return request({ url: '/analysis/total', method: 'get' } as AxiosConfig)
return request({ url: '/analysis/total', method: 'get' })
}

0 comments on commit 3fc79c0

Please sign in to comment.