fix: style

This commit is contained in:
2026-03-12 14:07:55 +01:00
parent bc7eb7122c
commit 1e6f3c46d1
5 changed files with 32 additions and 10 deletions

View File

@@ -26,10 +26,10 @@ export interface PagingParams {
pageSize?: number
}
export async function getRepos(): Promise<any> {
const result = await useFetchJson<number[]>(`${API_PREFIX}/get-repos`)
return result
}
// export async function getRepos(): Promise<any> {
// const result = await useFetchJson<number[]>(`${API_PREFIX}/get-repos`)
// return result
// }
// export async function getYears(repoID: number): Promise<any> {
// return useFetchJson<number[]>(`${API_PREFIX}/get-years?repoID=${repoID}`)