mirror of
https://github.com/element-plus/element-plus.git
synced 2025-04-12 16:40:36 +08:00
chore(metadata): fix typo (#9901)
This commit is contained in:
parent
b80cf5f095
commit
c625cc3071
@ -92,9 +92,9 @@ const fetchCommits = async (
|
||||
}
|
||||
}
|
||||
}`
|
||||
const respnose = (await octokit.graphql<ApiResponse>(query)).repository.object
|
||||
const response = (await octokit.graphql<ApiResponse>(query)).repository.object
|
||||
return Object.fromEntries(
|
||||
Object.entries(respnose).map(([key, result]) => {
|
||||
Object.entries(response).map(([key, result]) => {
|
||||
const index = +key.replace('path', '')
|
||||
return [index, result]
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user