File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ export async function getContributors () {
138138 const rawCommits = await getGitDiff ( latestTag )
139139 for ( const commit of rawCommits ) {
140140 if ( emails . has ( commit . author . email ) || commit . author . name === 'renovate[bot]' ) { continue }
141- const { author } = await $fetch < { author : { login : string , email : string } } > ( `https://api.github.com/repos/nuxt/nuxt /commits/${ commit . shortHash } ` , {
141+ const { author } = await $fetch < { author : { login : string , email : string } } > ( `https://api.github.com/repos/CodeDredd/pinia-orm /commits/${ commit . shortHash } ` , {
142142 headers : {
143- 'User-Agent' : 'nuxt/nuxt ' ,
143+ 'User-Agent' : 'CodeDredd/pinia-orm ' ,
144144 'Accept' : 'application/vnd.github.v3+json' ,
145145 'Authorization' : `token ${ process . env . GITHUB_TOKEN } ` ,
146146 } ,
You can’t perform that action at this time.
0 commit comments