fix(web): GitHub stars count sync is not working

pull/20126/head
wellCh4n 1 year ago
parent 176cd6c660
commit ac1cbf6475

@ -5,7 +5,7 @@ import type { GithubRepo } from '@/models/common'
import { RiLoader2Line } from '@remixicon/react'
const defaultData = {
stargazers_count: 81204,
stargazers_count: 98570,
}
const getStar = async () => {

Loading…
Cancel
Save